Skip to content

Commit 13b6313

Browse files
[PhpUnitBridge] Enforce @-silencing of deprecation notices according to new policy
1 parent 93b8b76 commit 13b6313

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/Extension/Csrf/CsrfProvider/LegacySessionCsrfProviderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class LegacySessionCsrfProviderTest extends \PHPUnit_Framework_TestCase
2323

2424
protected function setUp()
2525
{
26-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
27-
2826
$this->session = $this->getMock(
2927
'Symfony\Component\HttpFoundation\Session\Session',
3028
array(),

Tests/Extension/HttpFoundation/EventListener/LegacyBindRequestListenerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class LegacyBindRequestListenerTest extends \PHPUnit_Framework_TestCase
3737

3838
protected function setUp()
3939
{
40-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
41-
4240
$path = tempnam(sys_get_temp_dir(), 'sf2');
4341
touch($path);
4442

0 commit comments

Comments
 (0)