protected function getPhabricatorTestCaseConfiguration()
protected function getPhabricatorTestCaseConfiguration()
Return
wild |
private function getComputedConfiguration()Inherited
private function getComputedConfiguration()
Inherited
Return
wild |
public function willRunTestCases($test_cases)Inherited
public function willRunTestCases($test_cases)
Inherited
Parameters
array | $test_cases |
Return
wild |
public function didRunTestCases($test_cases)Inherited
public function didRunTestCases($test_cases)
Inherited
Parameters
array | $test_cases |
Return
wild |
protected function willRunTests()Inherited
protected function willRunTests()
Inherited
Return
wild |
protected function didRunTests()Inherited
protected function didRunTests()
Inherited
Return
wild |
protected function willRunOneTest($test)Inherited
protected function willRunOneTest($test)
Inherited
Parameters
$test |
Return
wild |
protected function didRunOneTest($test)Inherited
protected function didRunOneTest($test)
Inherited
Parameters
$test |
Return
wild |
protected function newStorageFixture()Inherited
protected function newStorageFixture()
Inherited
Return
wild |
protected function getNextObjectSeed()Inherited
protected function getNextObjectSeed()
Inherited
PhabricatorTestCase
Returns an integer seed to use when building unique identifiers (e.g., non-colliding usernames). The seed is unstable and its value will change between test runs, so your tests must not rely on it.
Return
int | A unique integer. |
protected function generateNewTestUser()Inherited
protected function generateNewTestUser()
Inherited
Return
wild |
public static function assertExecutingUnitTests()Inherited
public static function assertExecutingUnitTests()
Inherited
PhabricatorTestCase
Throws unless tests are currently executing. This method can be used to guard code which is specific to unit tests and should not normally be reachable.
If tests aren't currently being executed, throws an exception.
Return
wild |
protected function requireBinaryForTest($binary)Inherited
protected function requireBinaryForTest($binary)
Inherited
Parameters
$binary |
Return
wild |
protected function newContentSource()Inherited
protected function newContentSource()
Inherited
Return
wild |
protected function addParticipants($actor, $conpherence, $participant_phids)Inherited
protected function addParticipants($actor, $conpherence, $participant_phids)
Inherited
Parameters
PhabricatorUser | $actor | |
ConpherenceThread | $conpherence | |
array | $participant_phids |
Return
wild |
protected function removeParticipants($actor, $conpherence, $participant_phids)Inherited
protected function removeParticipants($actor, $conpherence, $participant_phids)
Inherited
Parameters
PhabricatorUser | $actor | |
ConpherenceThread | $conpherence | |
array | $participant_phids |
Return
wild |
protected function addMessageWithFile($actor, $conpherence)Inherited
protected function addMessageWithFile($actor, $conpherence)
Inherited
Parameters
PhabricatorUser | $actor | |
ConpherenceThread | $conpherence |
Return
wild |
private function generateTestFile($actor)Inherited
private function generateTestFile($actor)
Inherited
Parameters
PhabricatorUser | $actor |
Return
wild |
public function testOneUserRoomCreate()
public function testOneUserRoomCreate()
Return
wild |
public function testNUserRoomCreate()
public function testNUserRoomCreate()
Return
wild |
public function testRoomParticipantAddition()
public function testRoomParticipantAddition()
Return
wild |
public function testRoomParticipantDeletion()
public function testRoomParticipantDeletion()
Return
wild |
private function createRoom($creator, $participant_phids)
private function createRoom($creator, $participant_phids)
Parameters
PhabricatorUser | $creator | |
array | $participant_phids |
Return
wild |
private function changeEditPolicy($actor, $room, $policy)
private function changeEditPolicy($actor, $room, $policy)
Parameters
PhabricatorUser | $actor | |
ConpherenceThread | $room | |
$policy |
Return
wild |