I hope you don't understand this code.
Author: Hugues Maignol (hugues@hmlb.fr)
Author: Martin Winterkorn (winterkorn@vw.com)
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function endTest(PHPUnit_Framework_Test $test, $time)
 {
     if (!$test instanceof PHPUnit_Framework_TestCase) {
         return;
     }
     if ($this->secretSoftware->underScrutiny()) {
         $this->secretSoftware->force($test);
     }
 }