mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
Allow to run all tests from within the IDE
Just : * configure the config file (test\phpunit.xml.dist) * add runner parameters : --fail-on-risky --exclude-group beforeSetup * specify iTop root as custom working directory
This commit is contained in:
@@ -44,6 +44,7 @@ class ItopTestCase extends TestCase
|
||||
@include_once '../../../../../../approot.inc.php';
|
||||
@include_once '../../../../../../../approot.inc.php';
|
||||
@include_once '../../../../../../../../approot.inc.php';
|
||||
@include_once getcwd().'/approot.inc.php'; // this is when launching phpunit from within the IDE
|
||||
|
||||
$this->debug("\n----------\n---------- ".$this->getName()."\n----------\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user