1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" bootstrap="tests/bootstrap.php" backupStaticAttributes="false" colors="false" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" stopOnRisky="false" verbose="false">
5 <ini name="error_reporting" value="-1"/>
6 <server name="PANTHER_WEB_SERVER_DIR" value="interface"/>
7 <!-- ATTENTION use only on local machine you can not activate chrome visual mode on travis. -->
8 <!-- to disable browser's headless mode (will display the testing window, useful to debug) -->
9 <!--<server name="PANTHER_NO_HEADLESS" value="1"/>-->
12 <testsuite name="openemr">
13 <directory>tests/Tests/Unit</directory>
14 <directory>tests/Tests/E2e</directory>
15 <directory>tests/Tests/Api</directory>
16 <directory>tests/Tests/Fixtures</directory>
17 <directory>tests/Tests/Services</directory>
18 <directory>tests/Tests/Validators</directory>
19 <directory>tests/Tests/RestControllers</directory>
20 <directory>tests/Tests/Common</directory>
22 <testsuite name="ECQM">
23 <directory>tests/Tests/ECQM</directory>
25 <testsuite name="unit">
26 <directory>tests/Tests/Unit</directory>
28 <testsuite name="e2e">
29 <directory>tests/Tests/E2e</directory>
31 <testsuite name="api">
32 <directory>tests/Tests/Api</directory>
34 <testsuite name="fixtures">
35 <directory>tests/Tests/Fixtures</directory>
37 <testsuite name="services">
38 <directory>tests/Tests/Services</directory>
40 <testsuite name="validators">
41 <directory>tests/Tests/Validators</directory>
43 <testsuite name="controllers">
44 <directory>tests/Tests/RestControllers</directory>
46 <testsuite name="common">
47 <directory>tests/Tests/Common</directory>