Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php76 public function prophesize($classOrInterface = null) function in Prophecy\\Prophet
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php102 return $prophet->prophesize($type)->reveal();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md21 $hasher = $this->prophet->prophesize('App\Security\Hasher');
86 $prophecy = $prophet->prophesize();
89 The result of the `prophesize()` method call is a new object of class `ObjectProphecy`. Yes,
384 $em = $prophet->prophesize('Doctrine\ORM\EntityManager');
H A DCHANGES.md162 …* Added an exception when trying to prophesize on a final method instead of ignoring silently (tha…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1759 protected function prophesize($classOrInterface = null) function in PHPUnit_Framework_TestCase
1761 return $this->getProphet()->prophesize($classOrInterface);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md78 * Fixed [#2016](https://github.com/sebastianbergmann/phpunit/issues/2016): `prophesize()` does not …