diff --git a/tests/php-unit-tests/ItopDataTestCase.php b/tests/php-unit-tests/ItopDataTestCase.php index 4dfd2a5ae..6315ccc4d 100644 --- a/tests/php-unit-tests/ItopDataTestCase.php +++ b/tests/php-unit-tests/ItopDataTestCase.php @@ -305,7 +305,7 @@ class ItopDataTestCase extends ItopTestCase * @uses \array_merge() * @uses createObject */ - protected function CreateUserRequest($iNum, $aUserRequestCustomParams) { + protected function CreateUserRequest($iNum, $aUserRequestCustomParams = []) { $aUserRequestDefaultParams = [ 'ref' => 'Ticket_'.$iNum, 'title' => 'BUG 1161_'.$iNum,