Skip to content

Commit 73e61fa

Browse files
committed
Changed visibility of setUp() and tearDown to protected
1 parent 7c2aaa6 commit 73e61fa

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
@@ -16,7 +16,7 @@
1616

1717
class LegacyContainerBuilderTest extends \PHPUnit_Framework_TestCase
1818
{
19-
public function setUp()
19+
protected function setUp()
2020
{
2121
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
2222
}

0 commit comments

Comments
 (0)