Exemplo n.º 1
0
 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);
 }