Example #1
0
 public function endTest(PHPUnit_Framework_Test $test, $time)
 {
     parent::endTest($test, $time);
     // TODO: Change the autogenerated stub
 }
 /**
  * Disables the function mocks.
  *
  * @param \PHPUnit_Framework_Test $test The test.
  * @param int                     $time The test duration.
  *
  * @see Mock::disable()
  */
 public function endTest(\PHPUnit_Framework_Test $test, $time)
 {
     parent::endTest($test, $time);
     $this->deactivatable->disable();
 }