fixed usage of setUp in tests

This commit is contained in:
Fabien Potencier 2018-09-04 07:42:16 +02:00
parent f9bd8acc58
commit 62e620843e

View File

@ -210,12 +210,12 @@ class CsrfTokenManagerTest extends TestCase
);
}
public function setUp()
protected function setUp()
{
$_SERVER['HTTPS'] = 'on';
}
public function tearDown()
protected function tearDown()
{
parent::tearDown();