@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | $config = new Configuration(); |
| 151 | 151 | $config->setMetadataCacheImpl(self::$_metadataCacheImpl); |
| 152 | 152 | $config->setQueryCacheImpl(self::$_queryCacheImpl); |
| 153 | - $config->setProxyDir(__DIR__ . '/../../../Proxies'); |
|
| 153 | + $config->setProxyDir(__DIR__.'/../../../Proxies'); |
|
| 154 | 154 | $config->setProxyNamespace('Doctrine\Tests\Proxies'); |
| 155 | 155 | |
| 156 | 156 | if (null !== $this->resultCacheImpl) { |
@@ -185,8 +185,8 @@ discard block |
||
| 185 | 185 | $config->setMetadataDriverImpl( |
| 186 | 186 | $mappingDriver ?? $config->newDefaultAnnotationDriver( |
| 187 | 187 | [ |
| 188 | - realpath(__DIR__ . '/../../../Models/Cache'), |
|
| 189 | - realpath(__DIR__ . '/../../../Models/GeoNames') |
|
| 188 | + realpath(__DIR__.'/../../../Models/Cache'), |
|
| 189 | + realpath(__DIR__.'/../../../Models/GeoNames') |
|
| 190 | 190 | ], |
| 191 | 191 | true |
| 192 | 192 | ) |