Adding more tests

This commit is contained in:
Jeremy Benoist
2019-02-27 14:59:50 +01:00
parent ea925bb112
commit 8c0ba95307
8 changed files with 77 additions and 9 deletions

View File

@ -158,13 +158,13 @@ abstract class BrowserImport extends AbstractImport
foreach ($entries as $importedEntry) {
if ((array) $importedEntry !== $importedEntry) {
break;
continue;
}
$entry = $this->parseEntry($importedEntry);
if (null === $entry) {
break;
continue;
}
// @see AbstractImport
@ -206,7 +206,7 @@ abstract class BrowserImport extends AbstractImport
{
foreach ($entries as $importedEntry) {
if ((array) $importedEntry !== $importedEntry) {
break;
continue;
}
// set userId for the producer (it won't know which user is connected)