PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Christian Knuth   Fatfree PSR 17   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Fatfree PSR 17
Handle HTTP requests complying with PSR 17
Author: By
Last change:
Date: 1 year ago
Size: 757 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="true"> <testsuites> <testsuite name="Integration tests"> <directory>./vendor/http-interop/http-factory-tests/test</directory> </testsuite> <testsuite name="Unit tests"> <directory>tests/</directory> </testsuite> </testsuites> <php> <const name="REQUEST_FACTORY" value="F3\Http\Factory\Psr17Factory"/> <const name="RESPONSE_FACTORY" value="F3\Http\Factory\Psr17Factory"/> <const name="SERVER_REQUEST_FACTORY" value="F3\Http\Factory\Psr17Factory"/> <const name="UPLOADED_FILE_FACTORY" value="F3\Http\Factory\Psr17Factory"/> <const name="URI_FACTORY" value="F3\Http\Factory\Psr17Factory"/> <const name="STREAM_FACTORY" value="F3\Http\Factory\Psr17Factory"/> </php> </phpunit>