Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
testGetCookie () | |
testSetSensitiveCookie () | |
testSetPublicCookie () | |
testDeleteCookie () | |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
$cookieManager | |
Definition at line 14 of file PhpCookieManagerTest.php.
|
protected |
Definition at line 30 of file PhpCookieManagerTest.php.
testDeleteCookie | ( | ) |
It is not possible to write integration tests for CookieManager::deleteCookie(). PHPUnit the following error when calling the function:
PHPUnit\Framework\Error_Warning : Cannot modify header information - headers already sent
Definition at line 79 of file PhpCookieManagerTest.php.
testGetCookie | ( | ) |
Definition at line 36 of file PhpCookieManagerTest.php.
testSetPublicCookie | ( | ) |
It is not possible to write integration tests for CookieManager::setSensitiveCookie(). PHPUnit the following error when calling the function:
PHPUnit\Framework\Error_Warning : Cannot modify header information - headers already sent
Definition at line 69 of file PhpCookieManagerTest.php.
testSetSensitiveCookie | ( | ) |
It is not possible to write integration tests for CookieManager::setSensitiveCookie(). PHPUnit the following error when calling the function:
PHPUnit\Framework\Error_Warning : Cannot modify header information - headers already sent
Definition at line 59 of file PhpCookieManagerTest.php.
|
protected |
Definition at line 28 of file PhpCookieManagerTest.php.