1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
5 bootstrap="tests/bootstrap.php"
6 backupStaticAttributes="false"
9 processIsolation="false"
12 stopOnIncomplete="false"
18 <ini name="error_reporting" value="-1" />
19 <server name="PANTHER_WEB_SERVER_DIR" value="interface"/>
20 <!-- ATTENTION use only on local machine you can not activate chrome visual mode on travis. -->
21 <!-- to disable browser's headless mode (will display the testing window, useful to debug) -->
22 <!--<server name="PANTHER_NO_HEADLESS" value="1"/>-->
25 <testsuite name="openemr">
26 <directory>tests/Tests/Unit</directory>
27 <directory>tests/Tests/E2e</directory>
28 <directory>tests/Tests/Api</directory>
30 <testsuite name="unit">
31 <directory>tests/Tests/Unit</directory>
33 <testsuite name="e2e">
34 <directory>tests/Tests/E2e</directory>
36 <testsuite name="api">
37 <directory>tests/Tests/Api</directory>