mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
10 lines
266 B
PHP
10 lines
266 B
PHP
<?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';
|