PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Roni   Easy PHP Bangla Date   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP Bangla Date
Extends DateTime class to format Bangla dates
Author: By
Last change:
Date: 5 years ago
Size: 873 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./Tests/bootstrap.php" backupGlobals="false" backupStaticAttributes="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" colors="true"> <testsuites> <testsuite name="EasyBanglaDate test suite"> <directory suffix="Test.php">./Tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <file>./autoload.php</file> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>