diff --git a/tests/library/Class/Import/Typo3Fixture.php b/tests/library/Class/Import/Typo3Fixture.php
index f9d42dccab4d85c8d440b6bc6a40002e00d58ec8..7fb438db98b1a4efaeb7adf1eed08127776bb26a 100644
--- a/tests/library/Class/Import/Typo3Fixture.php
+++ b/tests/library/Class/Import/Typo3Fixture.php
@@ -77,17 +77,15 @@ class MockTypo3DB {
   }
 
   public function findAllNewsCatSince($update_date) {
-    return [ ['title' => 'Jeux',
+    return [['title' => 'Jeux',
              'uid' => 777,
-             'parent_category' => 99
-      ],
-        ['title' => 'd\'hiver',
+             'parent_category' => 99],
+            ['title' => 'd\'hiver',
              'uid' => 81,
-             'parent_category' => 99
-            ],
-
-    ];
-
+             'parent_category' => 99],
+            ['title' => '',
+               'uid' => 617,
+             'parent_category' => 99]];
   }