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

@@ -29,7 +29,7 @@ require_once(__DIR__.'/ExceptionLogTest/Exceptions.php');
*/
class ExceptionLogTest extends ItopDataTestCase
{
protected function setUp()
protected function setUp(): void
{
require_once(__DIR__.'/ExceptionLogTest/Exceptions.php');
parent::setUp();