public function StaticReflectionServiceTest::setUp in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ StaticReflectionServiceTest.php, line 31
Class
- StaticReflectionServiceTest
- @group DCOM-93
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function setUp() {
$this->reflectionService = new StaticReflectionService();
}