run() public method

Runs the test case.
public run ( ) : void
return void
Beispiel #1
0
function run(\Tester\TestCase $testCase)
{
    $testCase->run(isset($_SERVER['argv'][1]) ? $_SERVER['argv'][1] : NULL);
}