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