mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix v12
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user