Fix warnings

This commit is contained in:
Laurent Destailleur
2020-12-07 12:15:59 +01:00
parent 0361d3afde
commit 4f826fae26
7 changed files with 43 additions and 27 deletions

View File

@@ -140,7 +140,7 @@ class ImportTest extends PHPUnit\Framework\TestCase
// TODO
// Run import on file and check the record with field "auto" are filled
// according to option
$this->assertEquals(0, 0);
return true;
}