PHP Classes

File: testing/phpunit.mysql.xml

Recommend this page to a friend!
  Classes of Subin Siby   Secure PHP Login System   testing/phpunit.mysql.xml   Download  
File: testing/phpunit.mysql.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Secure PHP Login System
Register and login users using a database via PDO
Author: By
Last change: Update of testing/phpunit.mysql.xml
Date: 2 months ago
Size: 784 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="Francium logSys Test Suite"> <directory suffix=".php">./tests</directory> </testsuite> </testsuites> <php> <var name="DB_TYPE" value="mysql" /> <var name="DB_HOST" value="localhost" /> <var name="DB_PORT" value="3306" /> <var name="DB_USERNAME" value="root" /> <var name="DB_PASSWORD" value="" /> <var name="DB_NAME" value="tests" /> </php> </phpunit>