You are here

function ClassNotFoundExceptionSpec::its_getClassname_returns_classname in Zircon Profile 8

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

ClassNotFoundExceptionSpec

Namespace

spec\Prophecy\Exception\Doubler

Code

function its_getClassname_returns_classname() {
  $this
    ->getClassname()
    ->shouldReturn('CustomClass');
}