You are here

interface PHPUnit_Framework_RiskyTest in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

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 {

}

Members