PHP Classes

File: modules/system/console/scaffold/test/phpunit.stub

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/console/scaffold/test/phpunit.stub   Download  
File: modules/system/console/scaffold/test/phpunit.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 819 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="../../../modules/system/tests/bootstrap/app.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" > <testsuites> <testsuite name="Unit"> <directory>./tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory>./tests/Feature</directory> </testsuite> </testsuites> <php> <env name="APP_ENV" value="testing"/> <env name="CACHE_DRIVER" value="array"/> <env name="SESSION_DRIVER" value="array"/> </php> </phpunit>