Home
last modified time | relevance | path

Searched refs:ArgumentsWildcard (Results 1 – 7 of 7) sorted by path

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php19 class ArgumentsWildcard class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php15 use Prophecy\Argument\ArgumentsWildcard; alias
134 * @param ArgumentsWildcard $wildcard
139 public function addScore(ArgumentsWildcard $wildcard, $score)
150 * @param ArgumentsWildcard $wildcard
154 public function getScore(ArgumentsWildcard $wildcard)
H A DCallCenter.php17 use Prophecy\Argument\ArgumentsWildcard; alias
135 * @param ArgumentsWildcard $wildcard
139 public function findCalls($methodName, ArgumentsWildcard $wildcard)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php17 use Prophecy\Argument\ArgumentsWildcard; alias
58 new ArgumentsWildcard(array(new AnyValuesToken))
H A DCallTimesPrediction.php17 use Prophecy\Argument\ArgumentsWildcard; alias
62 new ArgumentsWildcard(array(new AnyValuesToken))
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php120 $arguments = new Argument\ArgumentsWildcard($arguments);
123 if (!$arguments instanceof Argument\ArgumentsWildcard) {
H A DObjectProphecy.php18 use Prophecy\Argument\ArgumentsWildcard; alias
198 * @param ArgumentsWildcard $wildcard
202 public function findProphecyMethodCalls($methodName, ArgumentsWildcard $wildcard)
242 $arguments = new ArgumentsWildcard($this->revealer->reveal($arguments));