You are here

public function PHPUnit_Framework_TestListener::addSkippedTest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestListener.php \PHPUnit_Framework_TestListener::addSkippedTest()

Skipped test.

@since Method available since Release 3.0.0

Parameters

PHPUnit_Framework_Test $test:

Exception $e:

float $time:

8 methods override PHPUnit_Framework_TestListener::addSkippedTest()
Framework_TestListenerTest::addSkippedTest in vendor/phpunit/phpunit/tests/Framework/TestListenerTest.php
Skipped test.
PHPUnit_Extensions_TicketListener::addSkippedTest in vendor/phpunit/phpunit/src/Extensions/TicketListener.php
Skipped test.
PHPUnit_Framework_BaseTestListener::addSkippedTest in vendor/phpunit/phpunit/src/Framework/BaseTestListener.php
Skipped test.
PHPUnit_TextUI_ResultPrinter::addSkippedTest in vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php
Skipped test.
PHPUnit_Util_Log_JSON::addSkippedTest in vendor/phpunit/phpunit/src/Util/Log/JSON.php
Skipped test.

... See full list

File

vendor/phpunit/phpunit/src/Framework/TestListener.php, line 63

Class

PHPUnit_Framework_TestListener
A Listener for test progress.

Code

public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time);