PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Hephaestus Modern and Sophisticated Error Handling for PHP 8   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hephaestus Modern and Sophisticated Error Handling for PHP 8
Handle PHP errors in several ways
Author: By
Last change:
Date: 16 days ago
Size: 615 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" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache"> <testsuites> <testsuite name="Hephaestus Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <source> <include> <directory suffix=".php">src</directory> </include> </source> <php> <ini name="error_reporting" value="E_ALL &amp; ~E_DEPRECATED"/> </php> </phpunit>