path fix for public images
[openemr.git] / phpunit.xml
blob7e116832a869ddeccd809a9ef712181c91063a25
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright © 2010 by Andrew Moore -->
3 <!-- Licensing information appears at the end of this file. -->
5 <phpunit backupGlobals="false">
7   <testsuites>
8     <testsuite name="openemr">
9       <directory suffix="Test.php">tests/unit</directory>
10     </testsuite>
11   </testsuites>
13 </phpunit>
15 <!--
16 This file is free software: you can redistribute it and/or modify it under the
17 terms of the GNU General Public License as publish by the Free Software
18 Foundation.
20 This file is distributed in the hope that it will be useful, but WITHOUT ANY
21 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
22 PARTICULAR PURPOSE.  See the GNU Gneral Public License for more details.
24 You should have received a copy of the GNU General Public Licence along with
25 this file.  If not see <http://www.gnu.org/licenses/>.
26 -->