You are here

function ObjectStateTokenSpec::it_is_not_last in Zircon Profile 8.0

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

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php, line 19

Class

ObjectStateTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

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