wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

CakePHP 3 version #89

Closed RTLer closed 9 years ago

RTLer commented 9 years ago

Hi,

We just port a version of Cake-Resque for Cakephp3.. It's PSR-4 compatible.. Your comments are welcome..

Regards, Hooman Naghiee

amiri27 commented 9 years ago

Hi @kamisama, could you please help us to fix the build problems? As I see we are in need to create another branch from CakePHP3 plugin and work on that faster..

Regards,

wa0x6e commented 9 years ago

Did all tests pass locally on your side ? Is the issue only with the travis config ?

wa0x6e commented 9 years ago

Seems that every tests are failing, for 2 reasons:

Is that PR a draft for Cake3, and you're expecting a merge, then working on the master, or is it supposed to be a working plugin ?

RTLer commented 9 years ago

Hi Kamisama,

Thanks for the marge you made yesterday on php-resque-ex repository.. So for this branch as we started working on that none of tests didn't work. We made the changes and this is a working prototype.. All of functions are working and there's a need to just update the tests to latest version of phpunit. I think that if you merge these changes we can work faster in order to fix the tests and get them to work. I'm ready to that and we need your help also..

Regards,

wa0x6e commented 9 years ago

Merged, and I updated travis. Next step is fixing the code standard and phpunit tests.

amiri27 commented 9 years ago

@kamisama could please help us to fix the phpunit tests? If you run one of tests we can do and fix the others..

Regards,

wa0x6e commented 9 years ago

I've created another branch (fix/tests) for the tests

wa0x6e commented 9 years ago

See #90

shivdhwaj commented 7 years ago

@birdy247 : Did you achieved this?