Commit aaa856d8 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #20 from jonpday/cookie_bugfix

Cookie bugfix by Jonathan Day.
parents 6fe26fc6 4759fd65
...@@ -1846,7 +1846,7 @@ abstract class EcomDev_PHPUnit_Test_Case_Controller extends EcomDev_PHPUnit_Test ...@@ -1846,7 +1846,7 @@ abstract class EcomDev_PHPUnit_Test_Case_Controller extends EcomDev_PHPUnit_Test
$path = $cookieStub->getPath(); $path = $cookieStub->getPath();
} }
if ($domain !== null) { if ($domain === null) {
$domain = $cookieStub->getDomain(); $domain = $cookieStub->getDomain();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment