You are here

protected function LegacyContainerBuilderTest::setUp in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/LegacyContainerBuilderTest.php \Symfony\Component\DependencyInjection\Tests\LegacyContainerBuilderTest::setUp()

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/LegacyContainerBuilderTest.php, line 22

Class

LegacyContainerBuilderTest
@group legacy

Namespace

Symfony\Component\DependencyInjection\Tests

Code

protected function setUp() {
  $this
    ->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
}