PHP Classes

File: Application/Setting/phpunit.xml

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Setting/phpunit.xml   Download  
File: Application/Setting/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 1,057 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupStaticAttributes="false" cacheTokens="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" mapTestClassNameToCoveredClassName="false" printerClass="PHPUnit_TextUI_ResultPrinter" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader" strict="false" verbose="true" bootstrap = "../../unit-test.php" > <testsuites> <testsuite name="Simple App Testing"> <directory>../../Application/Module/Core/UnitTest/</directory> <directory>../../Application/Module/User/UnitTest/</directory> </testsuite> </testsuites> <listeners> <listener class="AppTestListener" file="../../Engine/UnitTest/AppTestListener.php"> </listener> </listeners> </phpunit>