PHP Classes

File: Build/UnitTests.xml

Recommend this page to a friend!
  Classes of FN   PHP Base Converter   Build/UnitTests.xml   Download  
File: Build/UnitTests.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Base Converter
Convert number representations between two bases
Author: By
Last change:
Date: 6 years ago
Size: 707 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="true" backupStaticAttributes="false" bootstrap="UnitTestsBootstrap.php" colors="true" convertErrorsToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" verbose="false" > <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src</directory> <exclude> <directory suffix=".php">../src/Tests</directory> </exclude> </whitelist> </filter> <testsuites> <testsuite name="Core tests"> <directory>../src/Tests/Unit/</directory> </testsuite> </testsuites> </phpunit>