You are here

public static function Argument::containingString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument.php \Prophecy\Argument::containingString()

Parameters

string $value:

Return value

Token\StringContainsToken

File

vendor/phpspec/prophecy/src/Prophecy/Argument.php, line 182

Class

Argument
Argument tokens shortcuts.

Namespace

Prophecy

Code

public static function containingString($value) {
  return new Token\StringContainsToken($value);
}