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
495 B
22 lines
495 B
|
4 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<phpunit
|
||
|
|
bootstrap="source/CAS.php"
|
||
|
|
convertNoticesToExceptions="false"
|
||
|
|
colors="true"
|
||
|
|
stderr="true"
|
||
|
|
backupGlobals="true"
|
||
|
|
>
|
||
|
|
|
||
|
|
<testsuites>
|
||
|
|
<testsuite name="phpCAS Tests">
|
||
|
|
<directory>test/CAS/Tests/</directory>
|
||
|
|
</testsuite>
|
||
|
|
</testsuites>
|
||
|
|
|
||
|
|
<filter>
|
||
|
|
<whitelist addUncoveredFilesFromWhitelist="false">
|
||
|
|
<directory>source/</directory>
|
||
|
|
</whitelist>
|
||
|
|
</filter>
|
||
|
|
</phpunit>
|