We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d5602 commit a9f1150Copy full SHA for a9f1150
web-developer/laravel/tips/testing/index.md
@@ -5,7 +5,7 @@
5
6
```bash
7
# bash cli
8
-./vendor/bin/phpunit --configuration /path/to/laravels/phpunit.xml
+./vendor/bin/phpunit --configuration /path/to/laravel_project/phpunit.xml
9
```
10
11
# create command with cli
@@ -36,3 +36,4 @@ composer global require phpunit/phpunit
36
* [pusher](https://blog.pusher.com/tests-laravel-applications/)
37
* [laravel-guide](https://laravel-guide.readthedocs.io/en/latest/application-testing/)
38
* [phpunit api gist](https://gist.github.com/mostafa6765/2fe3765a74f51db4b53deb7c58139416)
39
+* [dev.to](https://dev.to/edmilsonrobson/laravel-55-testing-and-you-8hl)
0 commit comments