function ClassMirrorExceptionSpec::it_is_a_prophecy_exception in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassMirrorExceptionSpec.php \spec\Prophecy\Exception\Doubler\ClassMirrorExceptionSpec::it_is_a_prophecy_exception()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Exception/ Doubler/ ClassMirrorExceptionSpec.php, line 17
Class
Namespace
spec\Prophecy\Exception\DoublerCode
function it_is_a_prophecy_exception() {
$this
->shouldBeAnInstanceOf('Prophecy\\Exception\\Exception');
$this
->shouldBeAnInstanceOf('Prophecy\\Exception\\Doubler\\DoublerException');
}