interface PHPUnit_Framework_RiskyTest in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/RiskyTest.php \PHPUnit_Framework_RiskyTest
A marker interface for marking any exception/error as result of an unit test as risky.
@since Interface available since Release 4.0.0
Hierarchy
- interface \PHPUnit_Framework_RiskyTest
Expanded class hierarchy of PHPUnit_Framework_RiskyTest
All classes that implement PHPUnit_Framework_RiskyTest
File
- vendor/
phpunit/ phpunit/ src/ Framework/ RiskyTest.php, line 17
View source
interface PHPUnit_Framework_RiskyTest {
}