function MethodNotFoundExceptionSpec::let 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::let()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Exception/ Doubler/ MethodNotFoundExceptionSpec.php, line 10
Class
Namespace
spec\Prophecy\Exception\DoublerCode
function let() {
$this
->beConstructedWith('', 'User', 'getName', array(
1,
2,
3,
));
}