PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Strong Types   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Strong Types
Scalar types with stronger validation rules
Author: By
Last change:
Date: 1 year ago
Size: 637 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <testsuites> <testsuite name="All"> <directory suffix="Test.php">Number</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">../src/</directory> </include> <exclude> <directory suffix=".php">../vendor/</directory> </exclude> </coverage> <php> <ini name="memory_limit" value="512M"/> </php> </phpunit>