]>
src.bluestatic.org Git - hoplite.git/blob - testing/phpunit.xml
3 Copyright (c) 2011 Blue Static
5 This program is free software: you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the Free
7 Software Foundation, either version 3 of the License, or any later version.
9 This program is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 You should have received a copy of the GNU General Public License along with
15 this program. If not, see <http://www.gnu.org/licenses/>.
18 <!-- Tested with PHPUnit 3.5.5 -->
19 <phpunit backupGlobals=
"FALSE"
20 backupStaticAttributes=
"FALSE"
24 <testsuite name=
"Hoplite Unit Tests">
25 <directory suffix=
"_test.php">./tests/
</directory>
31 <directory>./
</directory> <!-- Don't get coverage for test files. -->
36 <log type=
"coverage-html" target=
"./unittest_coverage" yui=
"TRUE" highlight=
"TRUE"/>