Completed
Pull Request — master (#123)
by Arnaud
06:16 queued 02:17
created
tests/AdminBundle/Factory/ViewFactoryTest.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 {
18 18
     public function testCreate()
19 19
     {
20
-        list($factory, $fieldFactory, , $storage) = $this->createFactory();
20
+        list($factory, $fieldFactory,, $storage) = $this->createFactory();
21 21
 
22 22
         $request = new Request();
23 23
 
@@ -62,9 +62,9 @@  discard block
 block discarded – undo
62 62
 
63 63
     public function testCreateAjax()
64 64
     {
65
-        list($factory, $fieldFactory, , $storage) = $this->createFactory();
65
+        list($factory, $fieldFactory,, $storage) = $this->createFactory();
66 66
 
67
-        $request = new Request([], [] ,[], [],[], [
67
+        $request = new Request([], [], [], [], [], [
68 68
             'HTTP_X-Requested-With' => 'XMLHttpRequest',
69 69
         ]);
70 70
 
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
         ]);
115 115
         $entities = [];
116 116
 
117
-        list($factory, $fieldFactory, $router, ) = $this->createFactory();
117
+        list($factory, $fieldFactory, $router,) = $this->createFactory();
118 118
 
119 119
         $adminConfiguration = $this->createMock(AdminConfiguration::class);
120 120
         $adminConfiguration
Please login to merge, or discard this patch.