예제 #1
0
 /**
  * Test running the runnter
  */
 public function testRun()
 {
     $this->assertInstanceOf('\\Testy\\Project\\Test\\Runner', $this->_object->run());
     $this->assertEquals(1, $this->_object->getCommands());
 }