PHP Classes

File: Library/vendor/twig/twig/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/phpunit.xml.dist   Download  
File: Library/vendor/twig/twig/phpunit.xml.dist
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: 688 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="vendor/autoload.php" > <testsuites> <testsuite name="Twig Test Suite"> <directory>./test/Twig/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./lib/Twig/</directory> </whitelist> </filter> </phpunit>