Skip to content

Commit

Permalink
Add assertion to sublocales with content negotiation #10
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzrmos committed Dec 30, 2015
1 parent fcad2c4 commit f4bf666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Drivers/AbstractDriversTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function setUp()
*
* @return \Illuminate\Http\Request
*/
public function createRequest($uri = 'http://localhost:8000', $method = 'GET', $acceptedLanguages = "en-us,en;q=0.8")
public function createRequest($uri = 'http://localhost:8000', $method = 'GET', $acceptedLanguages = 'en-us,en;q=0.8')
{
$request = Request::create($uri, $method);

Expand Down
2 changes: 1 addition & 1 deletion tests/Drivers/BrowserDetectorDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testDetectWithAliases()
}

/**
* Assert detection with content negotiation
* Assert detection with content negotiation.
*/
public function testDetectWithMultiSubLocalesAndContentNegotiation()
{
Expand Down

0 comments on commit f4bf666

Please sign in to comment.