function ExactValueTokenSpec::let in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php \spec\Prophecy\Argument\Token\ExactValueTokenSpec::let()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Argument/ Token/ ExactValueTokenSpec.php, line 9
Class
Namespace
spec\Prophecy\Argument\TokenCode
function let() {
$this
->beConstructedWith(42);
}