This commit is contained in:
Laurent Destailleur
2020-01-16 00:03:30 +01:00
parent 2b9dc44980
commit e8fbf45807
2 changed files with 12 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
*/
/**
* \file test/phpunit/ImportTest.php
* \file test/phpunit/ExportTest.php
* \ingroup test
* \brief PHPUnit test
* \remarks To run this script as CLI: phpunit filename.php
@@ -304,6 +304,7 @@ class ExportTest extends PHPUnit\Framework\TestCase
$expectedresult=1;
$this->assertEquals($expectedresult,$result);
*/
$this->assertEquals(true, true);
return true;
}