N°3091 Update PHPUnit to 8.5 : fix setUp and teardDown methods signatures on support/3.0 new tests

This commit is contained in:
Pierre Goiffon
2022-04-22 15:57:32 +02:00
parent f4a027b474
commit 5a37bc338a
13 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ use Exception;
class iTopConfigAstValidatorTest extends ItopTestCase
{
protected function setUp()
protected function setUp(): void
{
parent::setUp();
require_once APPROOT.'env-production/itop-config/src/Validator/iTopConfigAstValidator.php';