jeremyharris / cakephp-lazyload

A lazy loader for CakePHP entities.
MIT License
61 stars 10 forks source link

This plugin requires only the cake ORM #1

Closed lorenzo closed 8 years ago

lorenzo commented 8 years ago

This helps people installing the ORM as a standalone package

jeremyharris commented 8 years ago

I agree with this, but it's gonna take me some time to rewrite the tests as vanilla PHPUnit tests and fixtures, as I'm relying on cake's testing functionality right now.

lorenzo commented 8 years ago

No need to rewrite the tests... Let me fix my PR :)

jeremyharris commented 8 years ago

Oh, yes, that's a much better solution :P

Would you mind updating the readme requirement line as well? Other than that, once the build passes I'm good :+1:

Thanks for the PR!

lorenzo commented 8 years ago

Will do :)

lorenzo commented 8 years ago

Done

jeremyharris commented 8 years ago

Sweet, thanks @lorenzo!