Skip to content

Commit

Permalink
Fixing another broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 9, 2014
1 parent 7fbae75 commit 802e6f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Controller/Component/SessionComponentTest.php
Expand Up @@ -87,7 +87,8 @@ public function tearDown() {
*/
public function testSessionIdConsistentAcrossRequestAction() {
Configure::write('App.namespace', 'TestApp');
Router::connect('/:controller/:action');
Router::connect('/session_test/:action', ['controller' => 'SessionTest']);
Router::connect('/orange_session_test/:action', ['controller' => 'OrangeSessionTest']);

$Controller = new Controller();
$Session = new SessionComponent($this->ComponentRegistry);
Expand Down

0 comments on commit 802e6f8

Please sign in to comment.