You are here

protected function StaticMethodLoaderTest::setUp in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php, line 22

Class

StaticMethodLoaderTest

Namespace

Symfony\Component\Validator\Tests\Mapping\Loader

Code

protected function setUp() {
  $this->errorLevel = error_reporting();
}