spec\Prophecy\Prophecy\ObjectProphecySpec::it_should_return_empty_array_if_no_method_prophecies_found PHP Method

it_should_return_empty_array_if_no_method_prophecies_found() public method

    function it_should_return_empty_array_if_no_method_prophecies_found()
    {
        $methods = $this->getMethodProphecies('setName');
        $methods->shouldHaveCount(0);
    }