public static function Argument::withEveryEntry in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/src/Prophecy/Argument.php \Prophecy\Argument::withEveryEntry()
Checks that arguments array entries all match value
Parameters
mixed $value:
Return value
Token\ArrayEveryEntryToken
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument.php, line 136
Class
- Argument
- Argument tokens shortcuts.
Namespace
ProphecyCode
public static function withEveryEntry($value) {
return new Token\ArrayEveryEntryToken($value);
}