PHP Classes

File: Library/vendor/vlucas/valitron/phpunit.xml

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/vlucas/valitron/phpunit.xml   Download  
File: Library/vendor/vlucas/valitron/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: 581 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="Valitron Test Suite"> <directory suffix="Test.php">tests/Valitron</directory> </testsuite> </testsuites> </phpunit>