Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/tests/phpunit/phpunit.xml

24 lines
930 B

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="autoload.php" backupGlobals="false"
backupStaticAttributes="false" verbose="true">
<testsuites>
<testsuite name="Chamilo LMS classes">
<directory suffix="Test.class.php">../phpunit/classes</directory>
<directory suffix="Test.lib.php">../phpunit/classes</directory>
</testsuite>
</testsuites>
<!--logging-->
<!--log type="coverage-clover" target="../logs/clover.xml"/-->
<!--log type="coverage-html" target="../coverage" title="ChamiloTests"/-->
<!--log type="junit" target="../logs/junit.xml" logIncompleteSkipped="false"/-->
<!--/logging-->
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../../main/inc</directory>
<exclude>
<!--file>autoload.inc.php</file-->
<!--file>global.inc.php</file-->
</exclude>
</whitelist>
</filter>
</phpunit>