File: phpunit.xml

package info (click to toggle)
php-dompdf-svg-lib 0.5.0-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: php: 6,769; xml: 17; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         bootstrap="vendor/autoload.php"
  >
  <testsuites>
    <testsuite name="SVG lib test suite">
      <directory>./tests/Svg/</directory>
    </testsuite>
  </testsuites>
</phpunit>