Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 39b3194

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: fixed usage of setUp in tests [travis] minor fix (quater)
2 parents 03709ff + 1fb8633 commit 39b3194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Csrf/Tests/CsrfTokenManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ private function getGeneratorAndStorage()
210210
);
211211
}
212212

213-
public function setUp()
213+
protected function setUp()
214214
{
215215
$_SERVER['HTTPS'] = 'on';
216216
}
217217

218-
public function tearDown()
218+
protected function tearDown()
219219
{
220220
parent::tearDown();
221221

0 commit comments

Comments
 (0)