PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Mohamed Samir   JLDB PHP JSON Lite DB   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JLDB PHP JSON Lite DB
Manipulate database records stored as JSON files
Author: By
Last change:
Date: 4 years ago
Size: 306 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" verbose="true" stopOnFailure="false"> <testsuites> <testsuite name="Test suite"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>