Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | public function testGetConfigTreeBuilderDoNotUseDoctrineCommon() |
||
28 | { |
||
29 | $this->setPreserveGlobalState(false); |
||
30 | |||
31 | $configuration = new Configuration(true); |
||
32 | $configuration->getConfigTreeBuilder(); |
||
33 | $this->assertFalse(class_exists('Doctrine\Common\Proxy\AbstractProxyFactory', false)); |
||
34 | } |
||
35 | } |
||
36 |