PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Unay Santisteban   Database PDO Abstract Layer   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Database PDO Abstract Layer
Run queries with PDO and get results in XML, JSON
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 186 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="database"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>