PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Francesco Danti   PHP Sun Position Calculator   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sun Position Calculator
Calculate Sun position astronomical distance
Author: By
Last change: Merge branch 'upgrade-to-unit-8' of https://github.com/abbadon1334/sun-position-spa-php
Date: 4 years ago
Size: 688 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php" stderr="true" colors="true"> <filter> <whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> <exclude> <directory suffix=".php">./tests</directory> <directory suffix=".php">./vendor</directory> </exclude> </whitelist> </filter> <testsuites> <testsuite name="SUN SPA Calc"> <directory>./tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging> </phpunit>