You are here

function AnyValueTokenSpec::its_string_representation_is_star in Zircon Profile 8

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

File

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

Class

AnyValueTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function its_string_representation_is_star() {
  $this
    ->__toString()
    ->shouldReturn('*');
}