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