You are here

function InterfaceNotFoundExceptionSpec::let in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/InterfaceNotFoundExceptionSpec.php \spec\Prophecy\Exception\Doubler\InterfaceNotFoundExceptionSpec::let()

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/InterfaceNotFoundExceptionSpec.php, line 10

Class

InterfaceNotFoundExceptionSpec

Namespace

spec\Prophecy\Exception\Doubler

Code

function let() {
  $this
    ->beConstructedWith('msg', 'CustomInterface');
}