File: phpunit.xml.dist

package info (click to toggle)
matomo-php-tracker 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 192 kB
  • sloc: php: 1,344; makefile: 11; sh: 1
file content (12 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
         backupGlobals="true"
         verbose="true">

    <testsuites>
        <testsuite name="UnitTests">
            <directory>./tests/Unit</directory>
        </testsuite>
    </testsuites>
</phpunit>