Esempio n. 1
0
 public function testRunReturnsAlwaysInteger()
 {
     $command = new \TestCommand();
     $this->assertSame(0, $command->run(new StringInput(''), new NullOutput()));
 }