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