HMLB\PHPUnit\Listener\VWListener::endTest PHP Method

endTest() public method

public endTest ( PHPUnit_Framework_Test $test, $time )
$test PHPUnit_Framework_Test
    public function endTest(PHPUnit_Framework_Test $test, $time)
    {
        if (!$test instanceof PHPUnit_Framework_TestCase) {
            return;
        }
        if ($this->secretSoftware->underScrutiny()) {
            $this->secretSoftware->force($test);
        }
    }