Searched refs:shouldBeCalled (Results 1 – 2 of 2) sorted by relevance
250 public function shouldBeCalled() function in Prophecy\\Prophecy\\MethodProphecy
337 $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