Skip to content

Commit

Permalink
add a note about route filters when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdavid committed Jul 29, 2013
1 parent 8142fbf commit 9522ef3
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 @@ -73,6 +73,8 @@ To call a HTTPS route, you may use the `callSecure` method:

$response = $this->callSecure('GET', 'foo/bar');

> **Note:** Route filters are disabled when in the testing environment. To enable them, add `Route::enableFilters()` to your test.
### DOM Crawler

You may also call a route and receive a DOM Crawler instance that you may use to inspect the content:
Expand Down

0 comments on commit 9522ef3

Please sign in to comment.