PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   PHP Count Array by Value Type   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Count Array by Value Type
Get the number of values in array of a given type
Author: By
Last change:
Date: 4 years ago
Size: 545 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <!-- https://phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd" backupGlobals="false" colors="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Project Test Suite"> <directory>tests/</directory> </testsuite> </testsuites> </phpunit>