function StringContainsTokenSpec::its_string_representation_shows_substring in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/StringContainsTokenSpec.php \spec\Prophecy\Argument\Token\StringContainsTokenSpec::its_string_representation_shows_substring()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Argument/ Token/ StringContainsTokenSpec.php, line 45
Class
Namespace
spec\Prophecy\Argument\TokenCode
function its_string_representation_shows_substring() {
$this
->__toString()
->shouldReturn('contains("a substring")');
}