mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°5608 - Add comments to main autoloader
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
include('vendor/autoload.php');
|
|
||||||
|
|
||||||
include('ItopTestCase.php');
|
// Main autoload, this is the one to use in the PHPUnit configuration
|
||||||
include('ItopDataTestCase.php');
|
// It is customized to include both
|
||||||
|
// - Vendors
|
||||||
|
require_once 'vendor/autoload.php';
|
||||||
|
// - Custom test case PHP classes
|
||||||
|
require_once 'ItopTestCase.php';
|
||||||
|
require_once 'ItopDataTestCase.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user