コード例 #1
0
ファイル: CommandTest.php プロジェクト: mawaha/tracker
 public function testRunReturnsAlwaysInteger()
 {
     $command = new \TestCommand();
     $this->assertSame(0, $command->run(new StringInput(''), new NullOutput()));
 }