You are here

function LogicalAndTokenSpec::it_is_not_last in Zircon Profile 8

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

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalAndTokenSpec.php, line 16

Class

LogicalAndTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function it_is_not_last() {
  $this
    ->beConstructedWith(array());
  $this
    ->shouldNotBeLast();
}