浏览代码

Small change to the test command (#40)

RamonRobben 4 年之前
父节点
当前提交
6d45731254
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BUILDING.md

+ 1 - 1
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.
 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.
 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`.