mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
Unit tests based on PHPUnit
These tests run with the sample datamodel and they don't commit any data (only some indexes are incremented). To launch the test suite, run the following command from the test repository: php.exe <PATH_TO>/phpunit.phar --configuration <PATH_TO>/test/PHPunit.xml SVN:trunk[5164]
This commit is contained in:
5
test/unittestautoload.php
Normal file
5
test/unittestautoload.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
@include_once('ItopTestCase.php');
|
||||
@include_once('ItopDataTestCase.php');
|
||||
|
||||
Reference in New Issue
Block a user