Skip to content

Commit a9f1150

Browse files
author
Mostafa Kamal
committed
testing
1 parent 56d5602 commit a9f1150

File tree

1 file changed

+2
-1
lines changed
  • web-developer/laravel/tips/testing

1 file changed

+2
-1
lines changed

web-developer/laravel/tips/testing/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
```bash
77
# bash cli
8-
./vendor/bin/phpunit --configuration /path/to/laravels/phpunit.xml
8+
./vendor/bin/phpunit --configuration /path/to/laravel_project/phpunit.xml
99
```
1010

1111
# create command with cli
@@ -36,3 +36,4 @@ composer global require phpunit/phpunit
3636
* [pusher](https://blog.pusher.com/tests-laravel-applications/)
3737
* [laravel-guide](https://laravel-guide.readthedocs.io/en/latest/application-testing/)
3838
* [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

Comments
 (0)