1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/phid
Joshua Spence e11adc4ad7 Added some additional assertion methods.
Summary:
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.

Test Plan: I contemplated adding a unit test for the `getCallerInfo` method but wasn't sure if it was required / where it should live.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8460
2014-03-08 19:16:21 -08:00
..
conduit Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
handle Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
interface Work around a bug in PHP 5.3-ish with abstract methods in interfaces 2013-10-25 15:58:17 -07:00
query Added some additional assertion methods. 2014-03-08 19:16:21 -08:00
storage Remove PhabricatorPHID::fromObjectName 2013-07-22 12:17:37 -07:00
type Provide result type information in tokenizers 2014-02-14 10:23:56 -08:00
PhabricatorObjectHandle.php Provide result type information in tokenizers 2014-02-14 10:23:56 -08:00
PhabricatorPHIDConstants.php Make Drydock Lease and Resource PHIDs use newer PHID infrastructure 2013-12-26 12:29:58 -08:00
utils.php Use Application PHIDs in Projects 2013-07-22 12:17:53 -07:00