function ArrayCountTokenSpec::it_has_simple_string_representation in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
spec\Prophecy\Argument\TokenCode
function it_has_simple_string_representation() {
$this
->__toString()
->shouldBe('count(2)');
}