PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  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: 10 years ago
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>