File: phpunit.xml.dist

package info (click to toggle)
php-composer-xdebug-handler 3.0.3-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 296 kB
  • sloc: php: 1,422; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="XdebugHandler Test Suite">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
</phpunit>