Completed
Pull Request — master (#8)
by Mariusz
02:30
created
tests/Functional/DoctrineOrmHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     protected function setupEntityManager()
22 22
     {
23 23
         $entityPaths = [
24
-            __DIR__ . '/DoctrineOrm/Mock/Entity',
24
+            __DIR__.'/DoctrineOrm/Mock/Entity',
25 25
         ];
26 26
 
27 27
         $isDevMode = false;
Please login to merge, or discard this patch.
tests/Functional/GenericEntity/Mock/DataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     public function __construct()
41 41
     {
42 42
         $data = Yaml::parse(
43
-            file_get_contents(__DIR__ . '/../../data.yml')
43
+            file_get_contents(__DIR__.'/../../data.yml')
44 44
         );
45 45
 
46 46
         $categoriesMap = [];
Please login to merge, or discard this patch.
tests/Functional/DoctrineOrm/Mock/DataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     public function __construct()
41 41
     {
42 42
         $data = Yaml::parse(
43
-            file_get_contents(__DIR__ . '/../../data.yml')
43
+            file_get_contents(__DIR__.'/../../data.yml')
44 44
         );
45 45
 
46 46
         $categoriesMap = [];
Please login to merge, or discard this patch.