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

@@ -14,7 +14,7 @@ use MetaModel;
class AttributeDefTest extends ItopDataTestCase {
const CREATE_TEST_ORG = true;
protected function setUp() {
protected function setUp(): void {
parent::setUp();
require_once(APPROOT.'core/attributedef.class.inc.php');