PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Demo   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe Demo
Application to demonstrate the Dframe framework
Author: By
Last change: Resolved #26, Dframe 4.1 update
Date: 3 years ago
Size: 382 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="app/Bootstrap.php" colors="true"> <testsuites> <testsuite name="AppTests"> <directory suffix="Test.php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>