PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of tomloprod   Time Warden   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Time Warden
Measure PHP execution time and invoke callbacks
Author: By
Last change:
Date: 1 month ago
Size: 514 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="https://schema.phpunit.de/10.0/phpunit.xsd" colors="true" cacheDirectory=".phpunit.cache"> <source> <include> <directory suffix=".php">./src</directory> </include> </source> <testsuites> <testsuite name="default"> <directory suffix=".php">./tests</directory> </testsuite> </testsuites> </phpunit>