Home
last modified time | relevance | path

Searched refs:ProphecyInterface (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DProphecySubjectInterface.php24 * @param ProphecyInterface $prophecy
26 public function setProphecy(ProphecyInterface $prophecy);
31 * @return ProphecyInterface
H A DProphecyInterface.php19 interface ProphecyInterface interface
H A DRevealer.php38 if ($value instanceof ProphecyInterface) {
H A DObjectProphecy.php30 class ObjectProphecy implements ProphecyInterface
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DProphecyComparator.php14 use Prophecy\Prophecy\ProphecyInterface; alias
21 return is_object($expected) && is_object($actual) && $actual instanceof ProphecyInterface;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php5 use Prophecy\Prophecy\ProphecyInterface; alias
184 if ($value instanceof ProphecyInterface) {