Skip to content
Code-Schnipsel Gruppen Projekte
phpunit.dist.xml 231 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <phpunit bootstrap="tests/phpunit-bootstrap.php">
        <testsuites>
            <testsuite name="Tests">
                <directory>tests/</directory>
            </testsuite>
        </testsuites>
    </phpunit>