Merge remote-tracking branch 'origin/support/3.0' into support/3.1

# Conflicts:
#	tests/php-unit-tests/src/BaseTestCase/ItopDataTestCase.php
This commit is contained in:
Pierre Goiffon
2023-11-16 11:29:31 +01:00
3 changed files with 4 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ class TriggerTest extends ItopDataTestCase
IssueLog::Enable($sTestLogPath);
try {
$oPerson1 = MetaModel::GetObject(Person::class, 1, true);
$oPerson1 = MetaModel::GetObjectByName(Person::class, 'Claude Monet');
$sExceptionMessage = 'My test exception message';
$oException = new Exception($sExceptionMessage);