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 File Renamer  >  tests/phpunit.xml  >  Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: UnitTest related.
Class: PHP File Renamer
Rename files in directory using several strategies
Author: By
Last change: Updated Autoload and changed folder structure.
Date: 2014-01-10 11:55
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>