PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Castro   PHP API Assembler   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP API Assembler
Application to generate files to implement an API
Author: By
Last change:
Date: 9 months ago
Size: 838 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" cacheResult="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="true" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./lib</directory> </include> </coverage> <testsuites> <testsuite name="PdoOne Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>