mageekguy\atoum\runner::getTestPaths PHP Method

getTestPaths() public method

public getTestPaths ( )
    public function getTestPaths()
    {
        return $this->testPaths;
    }

Usage Example

示例#1
0
 public function testCanNotAddTest()
 {
     $this->if($runner = new testedClass())->then->object($runner->canNotAddTest())->isIdenticalTo($runner)->if($runner->addTest(uniqid()))->then->array($runner->getTestPaths())->isEmpty()->if($runner->canAddTest())->then->object($runner->canNotAddTest())->isIdenticalTo($runner)->if($runner->addTest(uniqid()))->then->array($runner->getTestPaths())->isEmpty();
 }
runner