Skip to content

Commit a267123

Browse files
authored
Update README.md
1 parent 4c8c863 commit a267123

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,14 @@ You can also find full examples in src/examples folder.
3434

3535
Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation: http://laravel.com/docs/queues
3636

37-
#### PHPUnit
37+
#### Testing
38+
39+
Run the tests with:
40+
41+
``` bash
42+
vendor/bin/phpunit
43+
```
3844

39-
Unit tests will be provided soon.
4045

4146
#### Contribution
4247

0 commit comments

Comments
 (0)