Searched refs:prophesize (Results 1 – 6 of 6) sorted by relevance
76 public function prophesize($classOrInterface = null) function in Prophecy\\Prophet
102 return $prophet->prophesize($type)->reveal();
21 $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');
162 …* Added an exception when trying to prophesize on a final method instead of ignoring silently (tha…
1759 protected function prophesize($classOrInterface = null) function in PHPUnit_Framework_TestCase1761 return $this->getProphet()->prophesize($classOrInterface);
78 * Fixed [#2016](https://github.com/sebastianbergmann/phpunit/issues/2016): `prophesize()` does not …