Login   Register  
PHP Classes
elePHPant
Icontem

File: tests/phpunit.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sergii Pryz  >  PHP Split CSV  >  tests/phpunit.xml  >  Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Split CSV
Split CSV files input multiple parts set by rules
Author: By
Last change:
Date: 2013-12-29 09:31
Size: 232 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php">
    <testsuites>
        <testsuite name="Application Test Suite">
            <directory>./src</directory>
        </testsuite>
    </testsuites>
</phpunit>