PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 1,150 bytes
 

Contents

Class file image Download
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd" backupGlobals="true" backupStaticAttributes="false" cacheTokens="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" mapTestClassNameToCoveredClassName="false" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" stopOnRisky="false" testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" verbose="true"> <php> <env name="DB_HOST" value="127.0.0.1" /> <env name="DB_NAME" value="timesheet_manager" /> <env name="DB_USER" value="root" /> <env name="DB_PASS" value="tiresome" /> <env name="JWT_KEY" value="9OyJk16HKc9TpLl+/wbmnGq7wRB7AqvtmhP4o7x+Hu0=" /> </php> </phpunit>