We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed8f34 commit a19daa5Copy full SHA for a19daa5
1 file changed
README.md
@@ -27,3 +27,9 @@ $job = $client->getJob(array('test_queue'), array('TIMEOUT' => 100));
27
$client->ackJob($job);
28
```
29
30
+## Development
31
+
32
+Run tests:
33
+```
34
+./vendor/bin/phpunit
35
0 commit comments