You are here

interface PHPUnit_Framework_IncompleteTest in Zircon Profile 8.0

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

A marker interface for marking any exception/error as result of an unit test as incomplete implementation or currently not implemented.

@since Interface available since Release 2.0.0

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_IncompleteTest

All classes that implement PHPUnit_Framework_IncompleteTest

File

vendor/phpunit/phpunit/src/Framework/IncompleteTest.php, line 17

View source
interface PHPUnit_Framework_IncompleteTest {

}

Members