mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 14:28:53 +02:00
✅ Fix CI (PHP8.4)
This commit is contained in:
@@ -1472,7 +1472,7 @@ abstract class ItopDataTestCase extends ItopTestCase
|
||||
* @return string The unique login
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function GivenUserInDB(string $sPassword, array $aProfiles, string $sLogin = null, string &$sUserId = null): string
|
||||
protected function GivenUserInDB(string $sPassword, array $aProfiles, ?string $sLogin = null, ?string &$sUserId = null): string
|
||||
{
|
||||
if (is_null($sLogin)) {
|
||||
$sLogin = 'demo_test_'.uniqid(__CLASS__, true);
|
||||
|
||||
Reference in New Issue
Block a user