function LazyDoubleSpec::let in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/spec/Prophecy/Doubler/LazyDoubleSpec.php \spec\Prophecy\Doubler\LazyDoubleSpec::let()
Parameters
\Prophecy\Doubler\Doubler $doubler:
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ LazyDoubleSpec.php, line 12
Class
Namespace
spec\Prophecy\DoublerCode
function let($doubler) {
$this
->beConstructedWith($doubler);
}