Ejemplo n.º 1
0
 /**
  * Test the check command
  *
  * @depends testAddNotifier
  */
 public function testCheck()
 {
     $this->assertInstanceOf('\\Testy\\Project', $this->_object->setCommand(\Testy\Test\Helper\Command::getSuccess('1' . PHP_EOL . '2' . PHP_EOL . '3')));
     $this->assertInstanceOf('\\Testy\\Project', $this->_object->config($this->_oConfig));
     $this->assertInstanceOf('\\Testy\\Project', $this->_object->check(0));
     $this->assertNotEmpty($this->_object->getFiles());
 }