Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark authored and markstory committed Feb 26, 2012
1 parent 4511208 commit 42762ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -401,7 +401,7 @@ public function testReadingCookieDataOnStartup() {
'version' => '1.2.0.x',
'tag' => 'CakePHP Rocks!'));

$this->Cookie->startup(null);
$this->Cookie->startup(new CookieComponentTestController());

$data = $this->Cookie->read('Encrytped_array');
$expected = array('name' => 'CakePHP', 'version' => '1.2.0.x', 'tag' => 'CakePHP Rocks!');
Expand Down

0 comments on commit 42762ff

Please sign in to comment.