@@ -17,7 +17,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |