PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eMapper
Database abstraction layer that maps data types
Author: By
Last change:
Date: 10 years ago
Size: 675 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <testsuites> <testsuite name="eMapper3 Test Suite"> <directory>tests/eMapper/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./lib/</directory> </whitelist> </filter> </phpunit>