PHP Classes

File: phpunit_mysql.xml

Recommend this page to a friend!
  Classes of Dariusz   PHP Digest Authentication   phpunit_mysql.xml   Download  
File: phpunit_mysql.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Digest Authentication
Implements HTTP Digest Authentication
Author: By
Last change:
Date: 4 years ago
Size: 649 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="Tests/bootstrap.php" colors="true"> <php> <var name="db_dsn" value="mysql:dbname=hello_world_test;host=localhost"/> <var name="db_username" value="root"/> <var name="db_password" value=""/> </php> <testsuites> <testsuite name="Hello World Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Tests</directory> </exclude> </whitelist> </filter> </phpunit>