PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Michael Cummings   PHP SQL Parser Class   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SQL Parser Class
Parse SQL to extract the SQL query structure
Author: By
Last change:
Date: 5 years ago
Size: 272 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php"> <testsuites> <testsuite name="Library"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> </phpunit>