Passed
Pull Request — master (#131)
by Arnaud
03:51
created
tests/AdminBundle/Factory/ViewFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
      */
227 227
     public function testCreateRedirectionWithException()
228 228
     {
229
-        list($factory, , ,) = $this->createFactory();
229
+        list($factory,,,) = $this->createFactory();
230 230
 
231 231
         $request = $this->createMock(Request::class);
232 232
         $adminConfiguration = $this->createMock(AdminConfiguration::class);
Please login to merge, or discard this patch.