N°6097 - Tests: Enable PHP unit tests on a custom DataModel

This commit is contained in:
Molkobain
2023-03-13 10:34:32 +01:00
parent b86d70623e
commit f002aa04cd
10 changed files with 500 additions and 12 deletions

View File

@@ -7,3 +7,4 @@ require_once 'vendor/autoload.php';
// - Custom test case PHP classes
require_once 'ItopTestCase.php';
require_once 'ItopDataTestCase.php';
require_once 'ItopCustomDatamodelTestCase.php';