Example #1
0
 /**
  * Test run
  *
  * @depends testCheck
  */
 public function testRun()
 {
     $this->assertInstanceOf('\\Testy\\Project', $this->_object->config($this->_oConfig));
     $this->assertInstanceOf('\\Testy\\Project', $this->_object->setFiles(array(__FILE__)));
     $this->assertInstanceOf('\\Testy\\Project', $this->_object->run());
 }