There are quite a few tests in Arcanist, libphutil and Phabricator that do something similar to $this->assertEqual(false, ...) or $this->assertEqual(true, ...).
This is unnecessarily verbose and it would be cleaner if we had assertFalse and assertTrue methods.