PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP UUID Generator V1   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP UUID Generator V1
Generate a RFC 4122-compliant unique identifier
Author: By
Last change:
Date: 9 months ago
Size: 292 bytes
 

Contents

Class file image Download
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd" bootstrap="vendor/autoload.php"> <testsuite name="Unit tests"> <directory>tests/</directory> </testsuite> </phpunit>