Skip to content

Commit 98c313c

Browse files
[PhpUnitBridge] Enforce @-silencing of deprecation notices according to new policy
1 parent 00aad41 commit 98c313c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/LegacyOptionsResolverTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class LegacyOptionsResolverTest extends \PHPUnit_Framework_TestCase
2626

2727
protected function setUp()
2828
{
29-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
30-
3129
$this->resolver = new OptionsResolver();
3230
}
3331

Tests/LegacyOptionsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class LegacyOptionsTest extends \PHPUnit_Framework_TestCase
2626

2727
protected function setUp()
2828
{
29-
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
30-
3129
$this->options = new OptionsResolver();
3230
}
3331

0 commit comments

Comments
 (0)