Skip to content

Commit 72db9ad

Browse files
[2.6] fix deprecation silencing...
1 parent d5eb011 commit 72db9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LegacyContainerBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class LegacyContainerBuilderTest extends \PHPUnit_Framework_TestCase
1818
{
1919
public function setUp()
2020
{
21-
$this->iniSet('error_reporting', -1 & E_USER_DEPRECATED);
21+
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)