sbuerk / tf8-test-extension

`typo3/testing-framework` v8 extension level test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests12tests13

TestingFramework 8 - Extension Test

Description

This is a basic TYPO3 extension, which targets to test work on the typo3/testing-framework main/v8 against different use cases. It's not meant to be used as example or skeleton for own extension development, albeit some things can be looked up.

See: typo3/testing-framework repository

Maintainer

TYPO3 Build/Scripts/runTests.sh

This extension contains the well known Build/Scripts/runTests.sh docker/docker-compose based script wrapping script.

Provided commands/test-suits:

  • -s acceptance: Execute acceptance tests (not implemented yet)
  • -s clean: Clean unnecessary files and folders
  • -s cgl: Ensure code-style guideline rules.
  • -s composerUpdate: Run composer update
  • -s composerValidate: Validate composer.json
  • -s functional: Execute functional tests
  • -s lint: Lint *.php files for syntax errors
  • -s phpstan: Execute static code analyzer PHPStan
  • -s phpstanGenerateBaseline: Generate baseline for PHPStan. Can be used to manage temporarily unsolvable reports.

About

`typo3/testing-framework` v8 extension level test

License:GNU General Public License v2.0


Languages

Language:PHP 69.1%Language:Shell 30.9%