mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 06:48:50 +02:00
N°5608 - Add comments to main autoloader
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
include('vendor/autoload.php');
|
||||
|
||||
include('ItopTestCase.php');
|
||||
include('ItopDataTestCase.php');
|
||||
// Main autoload, this is the one to use in the PHPUnit configuration
|
||||
// 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