Add few APIs to ease tests (#788)

* add few APIs to ease tests

* code style

* log testname via IssueLog only through ItopDataTestCase

* code style

* ci: phpunit fix fatal error
This commit is contained in:
odain-cbd
2025-12-18 13:31:48 +01:00
committed by GitHub
parent f9db405343
commit 6cb08ba361
9 changed files with 139 additions and 139 deletions

View File

@@ -1,10 +1,11 @@
<?php
/*
* @copyright Copyright (C) 2010-2023 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
declare(strict_types = 1);
declare(strict_types=1);
/**
* This file is only here to allow setting a specific PHP version to run the analysis for without
@@ -21,4 +22,4 @@ declare(strict_types = 1);
$config = [];
$config['parameters']['phpVersion'] = PHP_VERSION_ID;
return $config;
return $config;