PHP Classes

File: lib/acme/foo-bundle/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Manolo Salsas   Symfony Create Bundle Skeleton   lib/acme/foo-bundle/phpunit.xml.dist   Download  
File: lib/acme/foo-bundle/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Create Bundle Skeleton
Application to create reusable Symfony Bundles
Author: By
Last change:
Date: 4 years ago
Size: 770 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./Tests/bootstrap.php" colors="true"> <php> <ini name="error_reporting" value="-1" /> <server name="KERNEL_CLASS" value="App\Kernel" /> <server name="APP_SECRET" value="s$cretf0rt3st" /> </php> <testsuites> <testsuite name="AcmeFooBundle test suite"> <directory suffix="Test.php">./Tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./AcmeFooBundle.php</directory> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>