File: phpunit.xml.dist

package info (click to toggle)
php-cas 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 640 kB
  • sloc: php: 4,903; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="source/CAS.php" convertNoticesToExceptions="false" colors="true" stderr="true" backupGlobals="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
  <coverage includeUncoveredFiles="false">
    <include>
      <directory>source/</directory>
    </include>
  </coverage>
  <testsuites>
    <testsuite name="phpCAS Tests">
      <directory>test/CAS/Tests/</directory>
    </testsuite>
  </testsuites>
</phpunit>