Home
last modified time | relevance | path

Searched refs:MethodProphecy (Results 1 – 18 of 18) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md141 call returned us a new object instance of class `MethodProphecy`. Yep, that's a specific
148 and they are handled by the `MethodProphecy::will(PromiseInterface $promise)` method.
347 `MethodProphecy::should(PredictionInterface $prediction)` method. As a matter of fact,
381 manually by using the `MethodProphecy::shouldHave(PredictionInterface $prediction)` method:
H A DCHANGES.md127 * Add a way to get checked predictions with `MethodProphecy::getCheckedPredictions()`
164 * Added ``shouldNotHaveBeenCalled`` on the MethodProphecy (thanks @ciaranmcnulty)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsCountException.php14 use Prophecy\Prophecy\MethodProphecy; alias
20 public function __construct($message, MethodProphecy $methodProphecy, $count, array $calls)
H A DUnexpectedCallsException.php14 use Prophecy\Prophecy\MethodProphecy; alias
21 public function __construct($message, MethodProphecy $methodProphecy, array $calls)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DPredictionInterface.php16 use Prophecy\Prophecy\MethodProphecy; alias
31 * @param MethodProphecy $method
36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method);
H A DCallTimesPrediction.php16 use Prophecy\Prophecy\MethodProphecy; alias
50 * @param MethodProphecy $method
54 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DCallbackPrediction.php16 use Prophecy\Prophecy\MethodProphecy; alias
53 * @param MethodProphecy $method
55 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DNoCallsPrediction.php16 use Prophecy\Prophecy\MethodProphecy; alias
44 * @param MethodProphecy $method
48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DCallPrediction.php16 use Prophecy\Prophecy\MethodProphecy; alias
46 * @param MethodProphecy $method
50 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php16 use Prophecy\Prophecy\MethodProphecy; alias
65 * @param MethodProphecy $method
69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DCallbackPromise.php15 use Prophecy\Prophecy\MethodProphecy; alias
52 * @param MethodProphecy $method
56 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DReturnArgumentPromise.php16 use Prophecy\Prophecy\MethodProphecy; alias
53 * @param MethodProphecy $method
57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DReturnPromise.php15 use Prophecy\Prophecy\MethodProphecy; alias
41 * @param MethodProphecy $method
45 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DPromiseInterface.php15 use Prophecy\Prophecy\MethodProphecy; alias
30 * @param MethodProphecy $method
34 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php38 * @var MethodProphecy[][]
132 * @param MethodProphecy $methodProphecy
137 public function addMethodProphecy(MethodProphecy $methodProphecy)
163 * @return MethodProphecy[]
238 * @return MethodProphecy
256 return new MethodProphecy($this, $methodName, $arguments);
H A DMethodProphecy.php27 class MethodProphecy class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php15 use Prophecy\Prophecy\MethodProphecy; alias
197 private function formatExceptionMessage(MethodProphecy $methodProphecy)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DMethodProphecyException.php14 use Prophecy\Prophecy\MethodProphecy; alias
20 public function __construct($message, MethodProphecy $methodProphecy)
28 * @return MethodProphecy