PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS helpers   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS helpers
Helper class functions to use with XOOPS
Author: By
Last change:
Date: 11 days ago
Size: 830 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="tests/bootstrap.php" colors="true" failOnRisky="true" failOnWarning="true" cacheDirectory=".phpunit.cache"> <testsuites> <testsuite name="Utility"> <directory>tests/Unit/Utility</directory> </testsuite> <testsuite name="Service"> <directory>tests/Unit/Service</directory> </testsuite> <testsuite name="Integration"> <directory>tests/Unit/Integration</directory> </testsuite> </testsuites> <source> <include> <directory>src</directory> </include> </source> </phpunit>