Merge branch 'support/3.2' into develop

This commit is contained in:
odain
2025-11-07 20:33:14 +01:00
1837 changed files with 33034 additions and 34549 deletions

View File

@@ -1,4 +1,5 @@
<?php
// Copyright (c) 2024 Combodo SAS
//
// This file is part of iTop.
@@ -30,17 +31,16 @@ use Combodo\iTop\Test\UnitTest\ItopDataTestCase;
use DBObject;
use MetaModel;
/**
* @group specificOrgInSampleData
*/
class XMLDataLoaderTest extends ItopDataTestCase
{
const CREATE_TEST_ORG = false;
public const CREATE_TEST_ORG = false;
public function testDataLoader()
{
$sXML =
$sXML =
<<<XML
<?xml version="1.0" encoding="UTF-8"?>
<Set>
@@ -126,4 +126,4 @@ XML;
$this->assertEquals('ZuperTest', $oPerson->Get('org_id_friendlyname'));
$this->assertEquals('email, name', (string)$oTrigger->Get('target_attcodes')); // should add space after comma
}
}
}