function AnyValuesTokenSpec::its_string_representation_is_star_with_followup in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
spec\Prophecy\Argument\TokenCode
function its_string_representation_is_star_with_followup() {
$this
->__toString()
->shouldReturn('* [, ...]');
}