8000 fixed usage of setUp in tests · symfony/symfony@62e6208 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62e6208

Browse files
committed
fixed usage of setUp in tests
1 parent f9bd8ac commit 62e6208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Security/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)
0