PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Mark Rolich   PHP URL Router Class   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: PHPUnit configuration
Class: PHP URL Router Class
Match URLs with routes for controllers and actions
Author: By
Last change: Update of phpunit.xml
Date: 4 months ago
Size: 707 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="src/Bike/Router.php"> <testsuites> <testsuite name="general"> <file>tests/RouterTest.php</file> </testsuite> <testsuite name="exceptions"> <file>tests/RouterExceptionTest.php</file> </testsuite> <testsuite name="setup"> <file>tests/RouterSetupTest.php</file> </testsuite> <testsuite name="url"> <file>tests/RouterUrlTest.php</file> </testsuite> <testsuite name="advanced"> <file>tests/RouterAdvancedTest.php</file> </testsuite> </testsuites> <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging> </phpunit>