Passed
Push — master ( 8ec51e...a15120 )
by Guillermo A.
07:00
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,1 +1,1 @@
 block discarded – undo
1
-<?php require dirname(__DIR__) . '/vendor/autoload.php';
1
+<?php require dirname(__DIR__).'/vendor/autoload.php';
Please login to merge, or discard this patch.
tests/Repositories/RepositoryFactoryTest.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
 
41 41
     private function getRepository(string $alias, $options = null, string $namespace = 'App\Repositories')
42 42
     {
43
-        $className = ucfirst($alias) . 'Repository';
43
+        $className = ucfirst($alias).'Repository';
44 44
         $repository = $this->getMockForAbstractClass(
45 45
             AbstractRepository::class,
46 46
             [$options],
Please login to merge, or discard this patch.