PHP Classes

File: restAPI/vendor/bramus/router/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Hicri   PHP REST API Example   restAPI/vendor/bramus/router/phpunit.xml.dist   Download  
File: restAPI/vendor/bramus/router/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP REST API Example
Example API that performs CRUD operations
Author: By
Last change:
Date: 7 months ago
Size: 535 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php"> <testsuites> <testsuite name="Router Tests"> <directory>tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>