Closed zeelot closed 12 years ago
@kiall could you give this a quick look? I think I am ok with minion being released in this state (would like to get rid of more static functions down the road)
Build Scheduled
Guess I'll try fixing the build tomorrow ;) probably broken unit tests
Re the build failure.. From http://ci.kohanaframework.org/job/kohana-3.3-pull/64/consoleFull
PHP Fatal error: Class 'Minion_Util' not found in /var/lib/jenkins/jobs/kohana-3.3-pull/workspace/modules/minion/tests/minion/util.php on line 48
Re the pull itself.. Looks good. Let's get this merged once the tests are sorted :)
!build
Build Scheduled
Build Scheduled
Task_Help class still uses Minion_Util.
Thanks I'll take a look!
Just trying to clean things up and match a little closer to what they used to be.
Util
methods. Had to keep a couple static ones for now but at least they are all inMinion_Task
where they belongMinion_Task
as it's not useful anywhere else$_options
is now a$option => $default
array and defines the accepted optionsconfig
since everything isoptions
now