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

@@ -43,7 +43,7 @@ class DataSynchroTest extends ItopDataTestCase
private $oOrg1;
private $oOrg2;
protected function setUp()
protected function setUp(): void
{
parent::setUp();