]> git.mxchange.org Git - friendica-addons.git/blob - curweather/vendor/cmfcmf/openweathermap-php-api/phpunit.xml.dist
added composer.json and needed libs
[friendica-addons.git] / curweather / vendor / cmfcmf / openweathermap-php-api / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--suppress XmlUnboundNsPrefix -->
4 <phpunit bootstrap="./tests/bootstrap.php" colors="true">
5
6     <testsuites>
7         <testsuite name="cmfcmf/openweathermap-php-api test suite">
8             <directory suffix="Test.php">./tests</directory>
9         </testsuite>
10     </testsuites>
11
12     <filter>
13         <whitelist>
14             <directory>./</directory>
15             <exclude>
16                 <directory suffix="Test.php">./</directory>
17                 <directory suffix="Interface.php">./</directory>
18                 <directory>./vendor</directory>
19             </exclude>
20         </whitelist>
21     </filter>
22 </phpunit>