6e031d623a
Updated composer and translations composer install --no-dev composer dump-autoload --optimize git add vendor/ --force make updatepo
22 lines
495 B
XML
22 lines
495 B
XML
<?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>
|