From 6d4573125414b957b16c0ef0bbf8cf7287f2743e Mon Sep 17 00:00:00 2001 From: RamonRobben Date: Wed, 9 Jun 2021 22:56:15 +0200 Subject: [PATCH] Small change to the test command (#40) --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 0970630d..d1b17cf5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -32,6 +32,6 @@ php artisan config:clear Now when running tests with PHPUnit it will use your testing database and not your local development one. This is configured in the __phpunit.xml__. You can run your tests by running the command like this. Just type and enter. -`./vendor/bin/phpunit`. If you don't want to type that all the time you can also use my shortcut `bin/test.sh` +`php artisan test`.