PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Tufan Baris YILDIRIM   Apk Parser   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: phpunit configuration
Class: Apk Parser
Extract Application Package files in APK format
Author: By
Last change: loader fix for phpunit, whitespace
Date: 9 years ago
Size: 583 bytes
 

Contents

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