Skip to content

Commit

Permalink
Doc the php artisan test instead
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jun 27, 2023
1 parent 5dd0491 commit 99d3115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Run the command `php artisan migrate --database sqlite-testing` to setup the dat

#### Test

To run the PHP unit tests use `./vendor/bin/phpunit --color=always --testdox`\
To run the PHP unit tests use `php artisan test`\
The tests run with the local SQLite test database, not your development database.

#### Quicker feedback during development
Expand Down

0 comments on commit 99d3115

Please sign in to comment.