added request::uri tests.

This commit is contained in:
Taylor Otwell
2011-10-10 22:42:43 -05:00
parent f2b9d1e2f8
commit 0cb81d8585
2 changed files with 41 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class Request {
*
* @var string
*/
protected static $uri;
public static $uri;
/**
* The request data key that is used to indicate a spoofed request method.