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

addSkippedTest() public method

public addSkippedTest ( PHPUnit_Framework_Test $test, Exception $e, $time )
$test PHPUnit_Framework_Test
$e Exception
    public function addSkippedTest(Test $test, Exception $e, $time)
    {
        $this->storage->record($this->run, $test, $time, StorageInterface::STATUS_SKIPPED);
    }