setTestPaths() public method

public setTestPaths ( array $testPaths )
$testPaths array
Beispiel #1
0
 public function testResetTestPaths()
 {
     $this->if($runner = new testedClass())->and($runner->setTestPaths(array(uniqid(), uniqid(), uniqid())))->then->object($runner->resetTestPaths())->isIdenticalTo($runner)->array($runner->getTestPaths())->isEmpty();
 }