tikiwiki/packages/tiki-pkg-casperjs/jakoch/phantomjs-installer/tests/phpunit.xml.dist

23 lines
784 B
Plaintext
Raw Normal View History

2023-11-20 21:52:04 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit
bootstrap = "./bootstrap.php"
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
verbose = "true">
<testsuite name="PhantomJS Installer - Test Suite">
<directory suffix=".php">./</directory>
</testsuite>
<logging>
<log type="coverage-text" target="php://stdout" showOnlySummary="false" />
</logging>
</phpunit>