mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-10 15:26:17 +01:00
Daniel Siepmann
eac551e2bc
Add detailed documentation rendered at docs.typo3.org beside existing readme. Resolves: #20
16 lines
391 B
ReStructuredText
16 lines
391 B
ReStructuredText
.. include:: ../Includes.txt
|
|
|
|
.. _introduction:
|
|
|
|
==============
|
|
Introduction
|
|
==============
|
|
|
|
.. _what-it-does:
|
|
|
|
What does it do?
|
|
================
|
|
|
|
This TYPO3 extension is an example of best practices in continuous integration and automated code checks, also
|
|
writing unit and functional tests with PHPUnit in Extbase/Fluid-based extensions for TYPO3 CMS, and then running them
|
|
in a pipeline.
|