@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | $config = new Configuration(); |
| 119 | 119 | $config->setMetadataCacheImpl(self::$_metadataCacheImpl); |
| 120 | 120 | $config->setQueryCacheImpl(self::$_queryCacheImpl); |
| 121 | - $config->setProxyDir(__DIR__ . '/../../../../Proxies'); |
|
| 121 | + $config->setProxyDir(__DIR__.'/../../../../Proxies'); |
|
| 122 | 122 | $config->setProxyNamespace('Doctrine\Tests\Proxies'); |
| 123 | 123 | |
| 124 | 124 | if (null !== $this->resultCacheImpl) { |
@@ -153,8 +153,8 @@ discard block |
||
| 153 | 153 | $config->setMetadataDriverImpl( |
| 154 | 154 | $mappingDriver ?? $config->newDefaultAnnotationDriver( |
| 155 | 155 | [ |
| 156 | - realpath(__DIR__ . '/../../../../Models/Cache'), |
|
| 157 | - realpath(__DIR__ . '/../../../../Models/GeoNames') |
|
| 156 | + realpath(__DIR__.'/../../../../Models/Cache'), |
|
| 157 | + realpath(__DIR__.'/../../../../Models/GeoNames') |
|
| 158 | 158 | ], |
| 159 | 159 | true |
| 160 | 160 | ) |