Skip to content

Commit

Permalink
Fix incorrect test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 1, 2017
1 parent 666c312 commit e59849b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Http/Cookie/CookieTest.php
Expand Up @@ -567,7 +567,7 @@ public function testToArrayCompat()
'value' => 'cakephp-rocks',
'path' => '/api',
'domain' => 'cakephp.org',
'expires' => $date->format(DATE_COOKIE),
'expires' => 'Fri, 31-Mar-2017 12:34:56 GMT',
'secure' => true,
'httponly' => true
];
Expand Down

0 comments on commit e59849b

Please sign in to comment.