setTestPaths() 공개 메소드

public setTestPaths ( array $testPaths )
$testPaths array
예제 #1
0
파일: runner.php 프로젝트: ssgonchar/atoum
 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();
 }