Fix travis
This commit is contained in:
parent
bb7ef236c5
commit
03c4ce1cc3
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
/**
|
||||
*
|
||||
Loading…
Reference in a new issue