commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / cron-expression / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit bootstrap="./tests/bootstrap.php"
3 colors="true"
4 processIsolation="false"
5 stopOnFailure="false"
6 syntaxCheck="false"
7 convertErrorsToExceptions="true"
8 convertNoticesToExceptions="true"
9 convertWarningsToExceptions="true"
10 testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
11
12 <testsuites>
13 <testsuite name="Cron">
14 <directory>./tests</directory>
15 </testsuite>
16 </testsuites>
17
18 <filter>
19 <whitelist>
20 <directory suffix=".php">./src/Cron</directory>
21 </whitelist>
22 </filter>
23
24 </phpunit>