PHPUnit\Runner\CleverAndSmart\TestListener::addFailure PHP Method

addFailure() public method

public addFailure ( PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time )
$test PHPUnit_Framework_Test
$e PHPUnit_Framework_AssertionFailedError
    public function addFailure(Test $test, AssertionFailedError $e, $time)
    {
        $this->storage->record($this->run, $test, $time, StorageInterface::STATUS_ERROR);
    }