PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Marcel Pociot   BotMan   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BotMan
A framework agnostic PHP library to build chat bot
Author: By
Last change: Changes to project:

- Remove `sllh/php-cs-fixer-styleci-bridge` as it's no longer maintained.
- Remove php-cs-fixer command since it not possible right now, should
able to depends on StyleCI.
- Push minimum Testbench version to 3.5 and phpunit to 7.

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Date: 3 years ago
Size: 655 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" > <testsuites> <testsuite name="Package Test Suite"> <directory>tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>