N°3091 Update PHPUnit to 8.5 : composer and base files

Autoload wasn't working anymore, easy to see : just launch `php unittestautoload.php` (or see fatal errors when launching tests with your IDE)
This commit is contained in:
Pierre Goiffon
2022-04-21 10:36:26 +02:00
parent b9ddadeb44
commit cb39541e2a
5 changed files with 709 additions and 428 deletions

View File

@@ -1,7 +1,5 @@
<?php
include('./vendor/autoload.php');
@include_once('ItopTestCase.php');
@include_once('ItopDataTestCase.php');
@include_once('./vendor/autoload.php');
include('ItopTestCase.php');
include('ItopDataTestCase.php');