PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of FN   PHP Typo3 Slack Channel Bot   .scrutinizer.yml   Download  
File: .scrutinizer.yml
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: 6 years ago
Size: 574 bytes
 

Contents

Class file image Download
checks: php: true filter: excluded_paths: - public/whip/* - Tests/* - Resources/Privat/Scripts/* - vendor/* build: project_setup: before: - mysql -e 'create database t3bot;' - cp .env.example .env - composer install - ./bin/doctrine-migrations --no-interaction --configuration=Build/migrations.xml --db-configuration=Build/migrations-db.php migrations:migrate tests: override: - command: './bin/phpunit -c Build/UnitTests.xml --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'