spec\Tolerance\Operation\ExceptionCatcher\WildcardExceptionVoterSpec::it_should_not_vote_on_not_throwables PHP Метод

it_should_not_vote_on_not_throwables() публичный Метод

    function it_should_not_vote_on_not_throwables()
    {
        $this->callOnWrappedObject('shouldCatchThrowable', ['foo'])->shouldReturn(false);
        $this->callOnWrappedObject('shouldCatchThrowable', [[]])->shouldReturn(false);
        $this->callOnWrappedObject('shouldCatchThrowable', [(object) 'foo'])->shouldReturn(false);
    }