PHP Classes

File: Build/UnitTests.xml

Recommend this page to a friend!
  Classes of FN   PHP Typo3 Slack Channel Bot   Build/UnitTests.xml   Download  
File: Build/UnitTests.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Typo3 Slack Channel Bot
Chat bot to interact in Typo3 Slack channel
Author: By
Last change:
Date: 5 years ago
Size: 965 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="true" backupStaticAttributes="false" bootstrap="UnitTestsBootstrap.php" colors="true" convertErrorsToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" verbose="false" > <filter> <whitelist> <directory suffix=".php">../</directory> <exclude> <directory suffix=".php">../Build</directory> <directory suffix=".php">../config</directory> <directory suffix=".php">../migrations</directory> <directory suffix=".php">../public</directory> <directory suffix=".php">../Resources</directory> <directory suffix=".php">../Tests</directory> <directory suffix=".php">../vendor</directory> </exclude> </whitelist> </filter> <testsuites> <testsuite name="Core tests"> <directory>../Tests/Unit/</directory> </testsuite> </testsuites> </phpunit>