PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jabran Rafique   CSV Parser   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CSV Parser
Parse CSV data to indexed or associative arrays
Author: By
Last change:
Date: 8 years ago
Size: 424 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true"> <testsuites> <testsuite name="Application Test Suite"> <directory>./test/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./test</directory> </exclude> </whitelist> </filter> </phpunit>