Code comment

This commit is contained in:
Laurent Destailleur 2021-02-19 17:59:22 +01:00
parent 574c0df427
commit 7fb93f39b4

View File

@ -142,6 +142,10 @@ class ImportTest extends PHPUnit\Framework\TestCase
// according to option
$this->assertEquals(0, 0);
// TODO Export and compare the file exported with the $file imported.
return true;
}
}