PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Wolfy-J   Cycle DataMapper ORM   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cycle DataMapper ORM
Store and retrieve objects in a database using ORM
Author: By
Last change:
Date: 4 years ago
Size: 694 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" stopOnError="false"> <testsuites> <testsuite name="Cycle: DataMapper and ORM"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> </phpunit>