You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="test/bootstrap.php">
<!--<php>
<var name="db_dsn" value="mysql:dbname=hello_world_test;host=localhost"/>
<var name="db_username" value="root"/>
<var name="db_password" value=""/>
</php>-->
<testsuites>
<testsuite name="PHP jieba test suite">
<directory>./test/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./src/class</directory>
<exclude>
<directory>./build</directory>
<directory>./codesniffer</directory>
<directory>./composer</directory>
<directory>./test</directory>
<directory>./travis</directory>
<directory>./vendor</directory>
<file>./src/jieba.php</file>
</exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>