PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Packages of Stefano D'Agostino   ATON Format PHP   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATON Format PHP
Encode and decode values using the ATON format
Author: By
Last change:
Date: 3 months ago
Size: 543 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" testdox="true"> <testsuites> <testsuite name="ATON Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <source> <include> <directory suffix=".php">src</directory> </include> </source> </phpunit>