You are here

class PHPUnit_Framework_MockObject_RuntimeException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php \PHPUnit_Framework_MockObject_RuntimeException

@since Class available since Release 2.0.6

Hierarchy

Expanded class hierarchy of PHPUnit_Framework_MockObject_RuntimeException

1 string reference to 'PHPUnit_Framework_MockObject_RuntimeException'
Framework_MockObject_GeneratorTest::testGetMockForSingletonWithUnserializeFail in vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php
Same as "testGetMockForSingletonWithReflectionSuccess", but we expect warning for PHP < 5.4.0 since PHPUnit will try to execute private __wakeup on unserialize

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php, line 14

View source
class PHPUnit_Framework_MockObject_RuntimeException extends RuntimeException implements PHPUnit_Framework_MockObject_Exception {

}

Members