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