Home
last modified time | relevance | path

Searched refs:shouldBeCalled (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php250 public function shouldBeCalled() function in Prophecy\\Prophecy\\MethodProphecy
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md337 $entityManager->flush()->shouldBeCalled();
342 The `shouldBeCalled()` method here assigns `CallPrediction` to our method prophecy.
348 the `shouldBeCalled()` method we used earlier is just a shortcut to:
367 - `CallPrediction` or `shouldBeCalled()` - checks that the method has been called 1 or more times