You are here

function StringContainsTokenSpec::it_holds_value in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/StringContainsTokenSpec.php \spec\Prophecy\Argument\Token\StringContainsTokenSpec::it_holds_value()

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/StringContainsTokenSpec.php, line 25

Class

StringContainsTokenSpec

Namespace

spec\Prophecy\Argument\Token

Code

function it_holds_value() {
  $this
    ->getValue()
    ->shouldReturn('a substring');
}