You are here

function ArrayCountTokenSpec::it_has_simple_string_representation in Zircon Profile 8

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

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayCountTokenSpec.php, line 59

Class

ArrayCountTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function it_has_simple_string_representation() {
  $this
    ->__toString()
    ->shouldBe('count(2)');
}