Skip to content

Commit 23aed23

Browse files
[2.6] fix deprecation silencing...
1 parent f0429d7 commit 23aed23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LegacyOptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LegacyOptionsTest extends \PHPUnit_Framework_TestCase
2323

2424
protected function setUp()
2525
{
26-
$this->iniSet('error_reporting', -1 & E_USER_DEPRECATED);
26+
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
2727

2828
$this->options = new OptionsResolver();
2929
}

0 commit comments

Comments
 (0)