| 1 | <?php |
||
| 8 | class ConfigurationTest extends TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * PHPUnit hack to avoid currently loaded classes to leak to |
||
| 12 | * @see testGetConfigTreeBuilderDoNotUseDoctrineCommon that is run in separate process. |
||
| 13 | */ |
||
| 14 | protected $preserveGlobalState = false; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @runInSeparateProcess |
||
| 18 | */ |
||
| 19 | public function testGetConfigTreeBuilderDoNotUseDoctrineCommon() |
||
| 25 | } |
||
| 26 |