Skip to content

Commit f2a3cab

Browse files
committed
Update routing.md
unit testing
1 parent 4c5733a commit f2a3cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If you need to access a route parameter value outside of a route, you may use th
129129

130130
Route filters provide a convenient way of limiting access to a given route, which is useful for creating areas of your site which require authentication. There are several filters included in the Laravel framework, including an `auth` filter, an `auth.basic` filter, a `guest` filter, and a `csrf` filter. These are located in the `app/filters.php` file.
131131

132-
> **Note:** Filters are disabled for UnitTesting. This may cause unexpected behaviour if you have an environment named `testing`
132+
> **Note:** Filters are disabled for unit testing. This may cause unexpected behaviour if you have an environment named `testing`
133133
134134
#### Defining A Route Filter
135135

0 commit comments

Comments
 (0)