JD\Cloudder\Test\CloudinaryWrapperTest::it_should_show_response_when_calling_resources PHP Method

it_should_show_response_when_calling_resources() public method

    public function it_should_show_response_when_calling_resources()
    {
        // given
        $this->api->shouldReceive('resources')->once()->with(array());
        // when
        $this->cloudinary_wrapper->resources();
    }
CloudinaryWrapperTest