You are here

function ArrayEveryEntryTokenSpec::it_implements_TokenInterface in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEveryEntryTokenSpec.php \spec\Prophecy\Argument\Token\ArrayEveryEntryTokenSpec::it_implements_TokenInterface()

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEveryEntryTokenSpec.php, line 18

Class

ArrayEveryEntryTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function it_implements_TokenInterface() {
  $this
    ->shouldBeAnInstanceOf('Prophecy\\Argument\\Token\\TokenInterface');
}