Skip to content

Commit

Permalink
Add note regarding testing environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Afonso Pérez committed Mar 27, 2016
1 parent fb32fdc commit b26cc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ When running tests, Laravel will automatically set the configuration environment

You are free to create other testing environment configurations as necessary. The `testing` environment variables may be configured in the `phpunit.xml` file.

> **Note:** Be sure to clear the configuration cache before running the tests, otherwise your testing environment variables won't be loaded.
### Defining & Running Tests

To create a new test case, use the `make:test` Artisan command:
Expand Down

0 comments on commit b26cc87

Please sign in to comment.