PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Multilingual Support Library
Translate texts for Web sites from JSON or DB
Author: By
Last change:
Date: 3 years ago
Size: 1,052 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap = "vendor/autoload.php" backupGlobals = "false" backupStaticAttributes = "false" colors = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false"> <testsuites> <testsuite name="Project Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <php> <server name='HTTP_HOST' value='http://localhost' /> <server name="SERVER_NAME" value="http://foo.bar"/> <server name="SERVER_PORT" value="80"/> <server name="QUERY_STRING" value="lang=en"/> <server name="REQUEST_URI" value="/home/index/"/> <server name="HTTP_ACCEPT_LANGUAGE" value="ar-JO,ar;q=0.5"/> <server name="HTTP_CF_CONNECTING_IP" value="213.139.45.134"/> </php> </phpunit>