php-resque/test/Resque/Tests
David Abdemoulaie 2ae54583f0 Fixes unit test reliability
- redis-server is killed only from parent process, not from a worker
- sleeps for half a second after starting server
2010-12-14 23:35:18 -06:00
..
bootstrap.php Fixes unit test reliability 2010-12-14 23:35:18 -06: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