function LogicalNotTokenSpec::it_holds_originating_token in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalNotTokenSpec.php \spec\Prophecy\Argument\Token\LogicalNotTokenSpec::it_holds_originating_token()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Argument/ Token/ LogicalNotTokenSpec.php, line 23
Class
Namespace
spec\Prophecy\Argument\TokenCode
function it_holds_originating_token($token) {
$this
->getOriginatingToken()
->shouldReturn($token);
}