spec\FluxBB\Core\ActionSpec::it_always_returns_responses PHP Метод

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

    function it_always_returns_responses()
    {
        $this->beAnInstanceOf('spec\\FluxBB\\Core\\EmptyAction');
        $this->execute()->shouldReturnAnInstanceOf('FluxBB\\Server\\Response');
    }