Esempio n. 1
0
 /**
  * Tests direct success function.
  */
 public function testSuccess()
 {
     $this->_package->success("Successful test");
     $this->assertTrue($this->_result->wasSuccessful());
 }