forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpunit.xml
26 lines (20 loc) · 861 Bytes
/
phpunit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright © 2010 by Andrew Moore -->
<!-- Licensing information appears at the end of this file. -->
<phpunit backupGlobals="false">
<testsuites>
<testsuite name="openemr">
<directory suffix="Test.php">Tests</directory>
</testsuite>
</testsuites>
</phpunit>
<!--
This file is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as publish by the Free Software
Foundation.
This file is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Gneral Public License for more details.
You should have received a copy of the GNU General Public Licence along with
this file. If not see <http://www.gnu.org/licenses/>.
-->