Skip to content

Commit

Permalink
Removing for now automatic session generation from
Browse files Browse the repository at this point in the history
Request::generateFromGlobals
  • Loading branch information
lorenzo committed May 18, 2014
1 parent b0c296e commit 298e34a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/TestCase/Network/RequestTest.php
Expand Up @@ -2260,9 +2260,6 @@ public function testSession() {
$session = new Session;
$request = new Request(['session' => $session]);
$this->assertSame($session, $request->session());

$request = Request::createFromGlobals();
$this->assertEquals($session, $request->session());
}

/**
Expand Down

0 comments on commit 298e34a

Please sign in to comment.