php-resque/test/Resque/Tests
2010-08-01 15:23:41 +10:00
..
bootstrap.php Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job 2010-08-01 15:23:41 +10:00
JobStatusTest.php Initial commit 2010-04-18 23:58:43 +10:00
JobTest.php Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job 2010-08-01 15:23:41 +10:00
StatTest.php Initial commit 2010-04-18 23:58:43 +10:00
TestCase.php Initial commit 2010-04-18 23:58:43 +10:00
WorkerTest.php Fix typo in testWorkerCanUnregister test - redis should have been resque 2010-04-19 15:07:11 +10:00