Exemplo n.º 1
0
 /**
  * @expectedException PHPUnit_Framework_ExpectationFailedException
  */
 public function testExecFail()
 {
     $output = NULL;
     $this->object->exec('FAIL', $output);
     $this->assertEquals(NULL, $output);
 }