mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Autoload wasn't working anymore, easy to see : just launch `php unittestautoload.php` (or see fatal errors when launching tests with your IDE)
6 lines
103 B
PHP
6 lines
103 B
PHP
<?php
|
|
include('./vendor/autoload.php');
|
|
|
|
include('ItopTestCase.php');
|
|
include('ItopDataTestCase.php');
|