You are here

function UnexpectedCallsCountExceptionSpec::it_should_expose_expectedCount_through_getter in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsCountExceptionSpec.php \spec\Prophecy\Exception\Prediction\UnexpectedCallsCountExceptionSpec::it_should_expose_expectedCount_through_getter()

File

vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsCountExceptionSpec.php, line 27

Class

UnexpectedCallsCountExceptionSpec

Namespace

spec\Prophecy\Exception\Prediction

Code

function it_should_expose_expectedCount_through_getter() {
  $this
    ->getExpectedCount()
    ->shouldReturn(5);
}