PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Josantonius   PHP Asset   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Asset
Generate HTML to include JavaScript and CSS files
Author: By
Last change:
Date: 6 years ago
Size: 1,033 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" processIsolation="false" stopOnFailure="false" syntaxCheck="true" bootstrap="vendor/autoload.php"> <php> <server name='SERVER_PROTOCOL' value='HTTP/1.1' /> <server name='SERVER_NAME' value='jst.com/' /> <server name='REQUEST_URI' value='' /> <server name='DOCUMENT_ROOT' value='tests/assets/' /> <server name='SERVER_PORT' value='80' /> <server name='HTTP_REFERER' value='https://www.google.es/' /> </php> <testsuites> <testsuite name="Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> </phpunit>