Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit bc0edcb

Browse files
committed
rename test case method
1 parent 4fef254 commit bc0edcb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/PhpSessionPersistenceTest.php

+6-2
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,12 @@ public function testOnlyOneSessionFileIsCreatedIfNoSessionCookiePresentINFirstRe
739739
/**
740740
* @dataProvider cookieSettingsProvider
741741
*/
742-
public function testSetCookieOnSettings($secureIni, $httpOnlyIni, $expectedSecure, $expectedHttpOnly)
743-
{
742+
public function testThatSetCookieCorrectlyInterpretsIniSettings(
743+
$secureIni,
744+
$httpOnlyIni,
745+
$expectedSecure,
746+
$expectedHttpOnly
747+
) {
744748
$ini = $this->applyCustomSessionOptions([
745749
'cookie_secure' => $secureIni,
746750
'cookie_httponly' => $httpOnlyIni,

0 commit comments

Comments
 (0)