예제 #1
0
파일: script.php 프로젝트: xihewang/atoum
 public function testSetArgumentParser()
 {
     $this->if($script = new mock\script($name = uniqid()))->then->object($script->setArgumentsParser($argumentsParser = new atoum\script\arguments\parser()))->isIdenticalTo($script)->object($script->getArgumentsParser())->isIdenticalTo($argumentsParser);
 }