Test Setup Failed
Branch main (bc13fa)
by Leo
10:33
created
Category
Tests/TestingKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     public function registerContainerConfiguration(LoaderInterface $loader)
29 29
     {
30
-        $loader->load(function (ContainerBuilder $container) {
30
+        $loader->load(function(ContainerBuilder $container) {
31 31
             //$container->register('stub_word_list');
32 32
             $container->loadFromExtension('metro_markets_ff', $this->config);
33 33
 
Please login to merge, or discard this patch.
Tests/ConfigurationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         $container = $kernel->getContainer();
15 15
 
16 16
 
17
-        $this->assertEquals(1,1);
17
+        $this->assertEquals(1, 1);
18 18
     }
19 19
 
20 20
 }
21 21
\ No newline at end of file
Please login to merge, or discard this patch.