PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Josantonius   PHP Logger lib   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Logger lib
Log errors to files and display messages on a page
Author: By
Last change:
Date: 6 years ago
Size: 1,380 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" strict="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="vendor/autoload.php"> <php> <server name='SERVER_PROTOCOL' value='HTTP/1.1' /> <server name='HTTPS' value='on' /> <server name='SERVER_NAME' value='josantonius.com' /> <server name='REQUEST_URI' value='/developer/' /> <server name='DOCUMENT_ROOT' value='/tmp/josantonius/public' /> <server name='HTTP_USER_AGENT' value='Mozilla/5.0' /> <server name='SERVER_PORT' value='80' /> <server name='REMOTE_ADDR' value='87.142.85.70' /> <server name='SERVER_ADDR' value='66.249.76.62' /> <server name='HTTP_REFERER' value='https://www.google.es/' /> <server name='REMOTE_PORT' value='152' /> </php> <testsuites> <testsuite name="Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> </phpunit>