You are here

interface PHPUnit_Framework_SkippedTest in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Framework/SkippedTest.php \PHPUnit_Framework_SkippedTest

A marker interface for marking a unit test as being skipped.

@since Interface available since Release 3.0.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_SkippedTest

All classes that implement PHPUnit_Framework_SkippedTest

File

vendor/phpunit/phpunit/src/Framework/SkippedTest.php, line 16

View source
interface PHPUnit_Framework_SkippedTest {

}

Members