Completed
Pull Request — 2.6 (#7750)
by
unknown
06:18
created
tests/Doctrine/Tests/ORM/Functional/Ticket/Issue7735Test.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
             )
Please login to merge, or discard this patch.