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/vendor/patchwork/utf8/phpunit.xml.dist

21 lines
483 B

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Patchwork UTF-8 Test Suite">
<directory>./tests/Patchwork/</directory>
<directory>./tests/php-utf8/</directory>
<directory>./tests/unicode/</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>unicode</group>
</exclude>
</groups>
</phpunit>