コード例 #1
0
ファイル: execute.php プロジェクト: xihewang/atoum
 public function testSetCommand()
 {
     $this->if($field = new testedClass(uniqid()))->then->object($field->setCommand($command = uniqid()))->isIdenticalTo($field)->string($field->getCommand())->isEqualTo($command);
 }
コード例 #2
0
ファイル: phpstorm.php プロジェクト: xihewang/atoum
 public function getCommand()
 {
     return parent::getCommand() . ' --line %2$d %1$s &> /dev/null &';
 }