You are here

function AnyValuesTokenSpec::its_string_representation_is_star_with_followup in Zircon Profile 8

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

File

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

Class

AnyValuesTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function its_string_representation_is_star_with_followup() {
  $this
    ->__toString()
    ->shouldReturn('* [, ...]');
}