PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Route One   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Route One
Parse request URLs and route to a controller
Author: By
Last change:
Date: 4 years ago
Size: 694 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/bootstrap.php"> <testsuites> <testsuite name="BladeOne Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./lib</directory> </whitelist> </filter> </phpunit>