mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user