PHP Classes

File: src/Queue/phpunit.xml

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Queue/phpunit.xml   Download  
File: src/Queue/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 3 months ago
Size: 656 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" stopOnError="false"> <testsuites> <testsuite name="Spiral: Jobs Jobs and Queue"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> </phpunit>