🎨 N°8231 Code format and comments

This commit is contained in:
Romain Quetiez
2025-03-25 11:48:23 +01:00
parent 90370fce3b
commit 02adca0a1f
3 changed files with 16 additions and 17 deletions

View File

@@ -24,11 +24,11 @@ class RestServicesSanitizeOutputTest extends ItopCustomDatamodelTestCase
private const SIMPLE_PASSWORD = '123456';
/**
* @throws Exception
* @return string Abs path to the XML delta to use for the tests of that class
*/
protected function setUp(): void
public function GetDatamodelDeltaAbsPath(): string
{
parent::setUp();
return __DIR__.'/Delta/delta_test_sanitize_output.xml';
}
/**
@@ -156,12 +156,4 @@ class RestServicesSanitizeOutputTest extends ItopCustomDatamodelTestCase
json_encode($oRestResultWithObject));
}
/**
* @return string Abs path to the XML delta to use for the tests of that class
*/
public function GetDatamodelDeltaAbsPath(): string
{
return __DIR__.'/Delta/delta_test_sanitize_output.xml';
}
}