Files
iTop/test/unittestautoload.php
Pierre Goiffon cb39541e2a 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)
2022-04-21 10:47:30 +02:00

6 lines
103 B
PHP

<?php
include('./vendor/autoload.php');
include('ItopTestCase.php');
include('ItopDataTestCase.php');