示例#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);
 }