PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Packages of Stefan Kientzler   ICalendar Import and Export   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ICalendar Import and Export
Import and export events in iCalendar format
Author: By
Last change:
Date: 5 months ago
Size: 769 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" verbose="true" colors="true" bootstrap="autoloader.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage> <include> <directory suffix=".php">SKien/iCal</directory> </include> <report> <clover outputFile="clover.xml"/> <html outputDirectory="SKien/Test/iCal/coverage"/> <text outputFile="php://stdout" showUncoveredFiles="true" showOnlySummary="true"/> </report> </coverage> <testsuites> <testsuite name="iCal"> <directory>SKien/Test/iCal</directory> </testsuite> </testsuites> <logging> <junit outputFile="SKien/Test/iCal/log/junit.xml"/> </logging> </phpunit>