Home
last modified time | relevance | path

Searched refs:Argument (Results 1 – 25 of 41) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
DMethodProphecy.php14 use Prophecy\Argument; alias
43 * @param null|Argument\ArgumentsWildcard|array $arguments
111 * @param array|Argument\ArgumentsWildcard $arguments
120 $arguments = new Argument\ArgumentsWildcard($arguments);
123 if (!$arguments instanceof Argument\ArgumentsWildcard) {
464 * @return Argument\ArgumentsWildcard
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
DREADME.md222 $user->setName(new Prophecy\Argument\Token\ExactValueToken('everzet'));
226 `Prophecy\Argument\Token\TokenInterface` and tell Prophecy how to compare real arguments
228 shortcut class `Prophecy\Argument`, which you can use to create tokens like that:
231 use Prophecy\Argument;
233 $user->setName(Argument::exact('everzet'));
239 - `IdenticalValueToken` or `Argument::is($value)` - checks that the argument is identical to a spec…
240 - `ExactValueToken` or `Argument::exact($value)` - checks that the argument matches a specific value
241 - `TypeToken` or `Argument::type($typeOrClass)` - checks that the argument matches a specific type …
243 - `ObjectStateToken` or `Argument::which($method, $value)` - checks that the argument method returns
245 - `CallbackToken` or `Argument::that(callback)` - checks that the argument matches a custom callback
[all …]
DCHANGES.md13 * [fixed] Argument::containingString throwing error when called with non-string (@dcabrejas)
139 * Added IdenticalValueToken and Argument::is (thanks @florianv)
161 * Added ArrayEveryEntryToken and Argument::withEveryEntry() (thanks @adrienbrault)
163 * Added StringContainToken and Argument::containingString() (thanks @peterjmit)
172 * Add support for interfaces into TypeToken and Argument::type() (thanks @sstok)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DRoutine.php23 protected $argumentsType = Argument::class;
73 * @param Argument[]
80 * @return Argument[]
DArgument.php20 class Argument extends \Google\Model class
96 class_alias(Argument::class, 'Google_Service_Bigquery_Argument');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
DCallPrediction.php17 use Prophecy\Argument\ArgumentsWildcard;
18 use Prophecy\Argument\Token\AnyValuesToken;
DCallTimesPrediction.php17 use Prophecy\Argument\ArgumentsWildcard;
18 use Prophecy\Argument\Token\AnyValuesToken;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
DArgument.php14 use Prophecy\Argument\Token;
21 class Argument class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
DTokenInterface.php12 namespace Prophecy\Argument\Token;
DAnyValueToken.php12 namespace Prophecy\Argument\Token;
DAnyValuesToken.php12 namespace Prophecy\Argument\Token;
DStringContainsToken.php12 namespace Prophecy\Argument\Token;
DCallbackToken.php12 namespace Prophecy\Argument\Token;
DLogicalNotToken.php12 namespace Prophecy\Argument\Token;
DApproximateValueToken.php12 namespace Prophecy\Argument\Token;
DArrayCountToken.php12 namespace Prophecy\Argument\Token;
DTypeToken.php12 namespace Prophecy\Argument\Token;
DLogicalAndToken.php12 namespace Prophecy\Argument\Token;
DIdenticalValueToken.php12 namespace Prophecy\Argument\Token;
DArrayEveryEntryToken.php12 namespace Prophecy\Argument\Token;
DObjectStateToken.php12 namespace Prophecy\Argument\Token;
DExactValueToken.php12 namespace Prophecy\Argument\Token;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
DMethodNotFoundException.php35 * @param null|Argument\ArgumentsWildcard|array $arguments
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
DArgumentsWildcard.php12 namespace Prophecy\Argument;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
DCall.php15 use Prophecy\Argument\ArgumentsWildcard;

12