Re-added disabled test

This commit is contained in:
Daniel Mason 2018-10-13 12:45:53 +13:00
parent 4e87677517
commit 9a97a29aa3
3 changed files with 1571 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
vendor/
*.swp
phpunit.xml
*.swp

1570
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -271,9 +271,6 @@ class Resque_Tests_WorkerTest extends Resque_Tests_TestCase
public function testBlockingListPop()
{
$this->markTestSkipped("Skip temporarily");
return;
$worker = new Resque_Worker('jobs');
$worker->setLogger(new Resque_Log());
$worker->registerWorker();