PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Castro   Auth One PHP Authentication Library   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Auth One PHP Authentication Library
Authenticate users using different methods
Author: By
Last change:
Date: 2 years ago
Size: 801 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./src</directory> </include> </coverage> <testsuites> <testsuite name="PdoOne Test Suite"> <directory suffix="Test.php">./test</directory> </testsuite> </testsuites> </phpunit>