/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/ |
H A D | PromiseInterface.php | 14 use Prophecy\Prophecy\ObjectProphecy; alias 29 * @param ObjectProphecy $object 34 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method);
|
H A D | ReturnPromise.php | 14 use Prophecy\Prophecy\ObjectProphecy; alias 40 * @param ObjectProphecy $object 45 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
|
H A D | ReturnArgumentPromise.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 52 * @param ObjectProphecy $object 57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
|
H A D | CallbackPromise.php | 14 use Prophecy\Prophecy\ObjectProphecy; alias 51 * @param ObjectProphecy $object 56 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
|
H A D | ThrowPromise.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 64 * @param ObjectProphecy $object 69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/ |
H A D | PredictionInterface.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 30 * @param ObjectProphecy $object 36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method);
|
H A D | CallbackPrediction.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 52 * @param ObjectProphecy $object 55 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
|
H A D | NoCallsPrediction.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 43 * @param ObjectProphecy $object 48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
|
H A D | CallPrediction.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 45 * @param ObjectProphecy $object 50 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
|
H A D | CallTimesPrediction.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 49 * @param ObjectProphecy $object 54 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ |
H A D | ObjectProphecyException.php | 14 use Prophecy\Prophecy\ObjectProphecy; alias 20 public function __construct($message, ObjectProphecy $objectProphecy) 28 * @return ObjectProphecy
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/ |
H A D | Prophet.php | 17 use Prophecy\Prophecy\ObjectProphecy; alias 37 * @var ObjectProphecy[] 74 * @return ObjectProphecy 78 $this->prophecies[] = $prophecy = new ObjectProphecy( 98 * @return ObjectProphecy[]
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/ |
H A D | AggregateException.php | 14 use Prophecy\Prophecy\ObjectProphecy; alias 39 public function setObjectProphecy(ObjectProphecy $objectProphecy) 45 * @return ObjectProphecy
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/ |
H A D | UnexpectedCallException.php | 15 use Prophecy\Prophecy\ObjectProphecy; alias 22 public function __construct($message, ObjectProphecy $objectProphecy,
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/ |
H A D | CallCenter.php | 16 use Prophecy\Prophecy\ObjectProphecy; alias 48 * @param ObjectProphecy $prophecy 56 public function makeCall(ObjectProphecy $prophecy, $methodName, array $arguments) 150 private function createUnexpectedCallException(ObjectProphecy $prophecy, $methodName,
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ |
H A D | MethodProphecy.php | 41 * @param ObjectProphecy $objectProphecy 47 public function __construct(ObjectProphecy $objectProphecy, $methodName, $arguments = null) 444 * @return ObjectProphecy
|
H A D | ObjectProphecy.php | 30 class ObjectProphecy implements ProphecyInterface class
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A D | README.md | 89 The result of the `prophesize()` method call is a new object of class `ObjectProphecy`. Yes,
|