You are here

function LogicalNotTokenSpec::it_holds_originating_token in Zircon Profile 8

Same name and namespace in other branches
  1. 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

LogicalNotTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function it_holds_originating_token($token) {
  $this
    ->getOriginatingToken()
    ->shouldReturn($token);
}