PHP Classes

File: testing/phpunit.sqlite.xml

Recommend this page to a friend!
  Classes of Subin Siby   Secure PHP Login System   testing/phpunit.sqlite.xml   Download  
File: testing/phpunit.sqlite.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.sqlite.xml
Date: 2 months ago
Size: 708 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="sqlite" /> <var name="DB_USERNAME" value="root" /> <var name="DB_PASSWORD" value="password" /> <var name="DB_NAME" value="tests" /> </php> </phpunit>