25 lines
861 B
XML
25 lines
861 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
backupGlobals="false"
|
|
backupStaticAttributes="true"
|
|
bootstrap="BootStrapSelenium.php"
|
|
colors="false"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
forceCoversAnnotation="false"
|
|
processIsolation="false"
|
|
stopOnError="true"
|
|
stopOnFailure="true"
|
|
stopOnIncomplete="false"
|
|
stopOnSkipped="false"
|
|
verbose="false"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
|
<coverage/>
|
|
<testsuites>
|
|
<testsuite name="Selenium">
|
|
<directory suffix=".php">testcases/selenium/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|