function ClassNotFoundExceptionSpec::its_getClassname_returns_classname in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassNotFoundExceptionSpec.php \spec\Prophecy\Exception\Doubler\ClassNotFoundExceptionSpec::its_getClassname_returns_classname()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Exception/ Doubler/ ClassNotFoundExceptionSpec.php, line 21
Class
Namespace
spec\Prophecy\Exception\DoublerCode
function its_getClassname_returns_classname() {
$this
->getClassname()
->shouldReturn('CustomClass');
}