MediaWiki
1.30.0
|
Shell. More...
Public Member Functions | |
provideExecute () | |
testEnvironment () | |
testExecute ( $commandInput, $expectedExitCode, $expectedOutput) | |
provideExecute More... | |
testNullsAreSkipped () | |
Test that null values are skipped by params() and unsafeParams() More... | |
testOutput () | |
testT69870 () | |
Private Member Functions | |
requirePosix () | |
Shell.
Definition at line 9 of file CommandTest.php.
CommandTest::provideExecute | ( | ) |
Definition at line 31 of file CommandTest.php.
|
private |
Definition at line 10 of file CommandTest.php.
References wfIsWindows().
Referenced by testEnvironment(), testExecute(), and testOutput().
CommandTest::testEnvironment | ( | ) |
Definition at line 39 of file CommandTest.php.
References $command, and requirePosix().
CommandTest::testExecute | ( | $commandInput, | |
$expectedExitCode, | |||
$expectedOutput | |||
) |
provideExecute
Definition at line 19 of file CommandTest.php.
References $command, and requirePosix().
CommandTest::testNullsAreSkipped | ( | ) |
Test that null values are skipped by params() and unsafeParams()
Definition at line 72 of file CommandTest.php.
References $command.
CommandTest::testOutput | ( | ) |
Definition at line 50 of file CommandTest.php.
References $command, $IP, global, and requirePosix().
CommandTest::testT69870 | ( | ) |
Definition at line 79 of file CommandTest.php.
References $command, $output, and wfIsWindows().