Page MenuHomePhabricator

final class ManiphestTaskTestCase
Phabricator Technical Documentation (Maniphest)

This class is not documented.

Methods

This method is not documented.
Return
wild

private function getComputedConfiguration()
Inherited

This method is not documented.
Return
wild

public function willRunTestCases($test_cases)
Inherited

This method is not documented.
Parameters
array$test_cases
Return
wild

public function didRunTestCases($test_cases)
Inherited

This method is not documented.
Parameters
array$test_cases
Return
wild

protected function willRunTests()
Inherited

This method is not documented.
Return
wild

protected function didRunTests()
Inherited

This method is not documented.
Return
wild

protected function willRunOneTest($test)
Inherited

This method is not documented.
Parameters
$test
Return
wild

protected function didRunOneTest($test)
Inherited

This method is not documented.
Parameters
$test
Return
wild

protected function newStorageFixture()
Inherited

This method is not documented.
Return
wild

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
intA unique integer.

protected function generateNewTestUser()
Inherited

This method is not documented.
Return
wild

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

This method is not documented.
Parameters
$binary
Return
wild

protected function newContentSource()
Inherited

This method is not documented.
Return
wild

public function testTaskReordering()

This method is not documented.
Return
wild

public function testTaskAdjacentBlocks()

This method is not documented.
Return
wild

private function newTask($viewer, $title)

This method is not documented.
Parameters
PhabricatorUser$viewer
$title
Return
wild

private function loadTasks($viewer, $auto_base)

This method is not documented.
Parameters
PhabricatorUser$viewer
$auto_base
Return
wild

private function moveTask($viewer, $src, $dst, $is_after)

This method is not documented.
Parameters
PhabricatorUser$viewer
$src
$dst
$is_after
Return
wild

private function movePriority($viewer, $src, $target_priority, $is_end)

This method is not documented.
Parameters
PhabricatorUser$viewer
$src
$target_priority
$is_end
Return
wild

private function applyTaskTransactions($viewer, $task, $xactions)

This method is not documented.
Parameters
PhabricatorUser$viewer
ManiphestTask$task
array$xactions
Return
wild