PHP Classes

File: phpunit.oauth1.xml

Recommend this page to a friend!
  Classes of Daniel   ohmy-auth   phpunit.oauth1.xml   Download  
File: phpunit.oauth1.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ohmy-auth
Obtain authorization to access APIs using OAuth
Author: By
Last change: Update of phpunit.oauth1.xml
Date: 2 months ago
Size: 748 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>./examples</directory> <directory>./tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>