Add more tests

And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
This commit is contained in:
Jeremy Benoist
2016-09-11 20:24:04 +02:00
parent 7d862f83b9
commit 015c7a8359
9 changed files with 133 additions and 3 deletions

View File

@ -220,5 +220,6 @@ JSON;
$res = $consumer->manage($body);
$this->assertFalse($res);
$this->assertFalse($consumer->isStopJob($body));
}
}