Fix travis

This commit is contained in:
ldestailleur 2025-03-24 21:44:57 +01:00
parent bb7ef236c5
commit 03c4ce1cc3
2 changed files with 3 additions and 1 deletions

View file

@ -258,6 +258,8 @@ class AllTests
$suite->addTestSuite('RestAPIContactTest');
require_once dirname(__FILE__).'/RestAPIDocumentTest.php';
$suite->addTestSuite('RestAPIDocumentTest');
require_once dirname(__FILE__).'/RestAPIMoTest.php';
$suite->addTestSuite('RestAPIMoTest');
// Test only with php7.2 or less
//if ((float) phpversion() < 7.3)

View file

@ -36,7 +36,7 @@ require_once __DIR__."/AbstractRestAPITest.php";
* @backupStaticAttributes enabled
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class RestAPIMosTest extends AbstractRestAPITest
class RestAPIMoTest extends AbstractRestAPITest
{
/**
*