Verfiy form_ss exists before trying to use it. (allows hiding SS field).
[openemr.git] / phpunit.xml
blob29bc3df87a9a2af39db9ab54451279b8b55d2c63
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</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 -->