Fix include warning in unittestautoload.php on Windows

This commit is contained in:
Pierre Goiffon
2022-05-23 09:53:18 +02:00
parent f2d42a7e56
commit da6621f2ff

View File

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