interface PHPUnit_Framework_IncompleteTest in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
- interface \PHPUnit_Framework_IncompleteTest
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 {
}