| 1 | <?php |
||
| 9 | class ConfigurationTest extends TestCase |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * PHPUnit hack to avoid currently loaded classes |
||
| 13 | * leak to @see testGetConfigTreeBuilderDoNotUseDoctrineCommon that is run is separate process. |
||
| 14 | * |
||
| 15 | * @inheritdoc |
||
| 16 | */ |
||
| 17 | public function run(TestResult $result = null) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @runInSeparateProcess |
||
| 26 | */ |
||
| 27 | public function testGetConfigTreeBuilderDoNotUseDoctrineCommon() |
||
| 35 | } |
||
| 36 |