PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Elminson De Oleo   Table from Insert   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Table from Insert
Generate create table SQL from an insert query
Author: By
Last change:
Date: 5 years ago
Size: 660 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="http://schema.phpunit.de/4.4/phpunit.xsd" bootstrap="../tests/bootstrap.php" backupGlobals="false" verbose="true"> <testsuites> <testsuite name="phpbu"> <directory>../tests/phpbu</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>../src</directory> <exclude> <file>../src/Cmd.php</file> </exclude> </whitelist> </filter> <logging> <log type="coverage-clover" target="../clover.xml" /> </logging> </phpunit>