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.
22 lines
483 B
22 lines
483 B
|
10 years ago
|
<?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>
|