You are here

function AnyValueTokenSpec::it_implements_TokenInterface in Zircon Profile 8

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

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValueTokenSpec.php, line 9

Class

AnyValueTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

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