mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5608 - Rename "test" folder to "tests" to better match conventions
This commit is contained in:
9
tests/php-unit-tests/unittestautoload.php
Normal file
9
tests/php-unit-tests/unittestautoload.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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