teepluss / laravel4-cloudinary

Cloudinary wrapper API for Laravel 4
MIT License
18 stars 14 forks source link

Dependency Injection #3

Open fedeisas opened 11 years ago

fedeisas commented 11 years ago

Hi.

Is there any way to inject this class into my ImagesService so I can mock it to avoid uploading real images on my testings?

Thanks.