Passed
Pull Request — develop (#323)
by Schlaefer
05:02
created
lib/Phile/Test/TestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
         //# setup bootstrap
50 50
         $core = $container->get('Phile_App');
51
-        $core->addBootstrap(function ($eventBus, $config) use ($testConfig) {
51
+        $core->addBootstrap(function($eventBus, $config) use ($testConfig) {
52 52
             $configDir = $config->get('config_dir');
53 53
             Bootstrap::loadConfiguration($configDir . 'defaults.php', $config);
54 54
             $config->merge($testConfig);
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
         });
65 65
 
66 66
         //# setup middleware
67
-        $core->addMiddleware(function ($middleware, $eventBus, $config) use ($core) {
67
+        $core->addMiddleware(function($middleware, $eventBus, $config) use ($core) {
68 68
             $eventBus->trigger('phile.core.middleware.add', ['middleware' => $middleware]);
69 69
             $middleware->add($core, 0);
70 70
         });
Please login to merge, or discard this patch.