mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team https://typo3.org/community/teams/best-practices
Find a file
2016-05-07 21:43:25 +02:00
Classes [CLEANUP] Reformat the code as PSR-2 2016-05-07 21:43:25 +02:00
Configuration [CLEANUP] Reformat the code as PSR-2 2016-05-07 21:43:25 +02:00
Resources [FEATURE] Add missing files for indexAction. 2013-11-05 12:41:20 +01:00
Tests [CLEANUP] Reformat the code as PSR-2 2016-05-07 21:43:25 +02:00
.gitignore [TASK] Add documentation directories to the .gitignore. 2013-11-01 19:55:30 +01:00
ext_emconf.php [CLEANUP] Reformat the code as PSR-2 2016-05-07 21:43:25 +02:00
ext_icon.gif [FEATURE] Add the basic extension data. 2013-11-01 19:53:00 +01:00
ext_localconf.php [CLEANUP] Reformat the code as PSR-2 2016-05-07 21:43:25 +02:00
ext_tables.php [CLEANUP] Reformat the code as PSR-2 2016-05-07 21:43:25 +02:00
ext_tables.sql [FEATURE] Add examples for using the Testing Framework 2015-10-26 22:59:12 +01:00
ExtensionBuilder.json [FEATURE] Add a Testimonial model and a relation to it. 2013-11-01 22:03:14 +01:00
LICENSE Initial commit 2013-11-01 11:45:05 -07:00
README.md [TASK] Add a Flattr button 2016-02-08 19:10:41 +01:00

Tea example

Flattr this git repo

This TYPO3 extension is an example for writing unit tests for extbase extensions for TYPO3 CMS using PHPUnit.

The functional tests for the Repositories provide an example of creating records both using the PHPUnit extension testing framework and DBUnit.

The functional test for the Utility/FileUtility class provides examples for working with vfsStream.

About me (Oliver Klee)

I am the maintainer of the PHPUnit TYPO3 extension, which is available in the TYPO3 extension repository (TER).

You can book me for workshops at your company.

I also frequently give workshops at the TYPO3 Developer Days.

More Documentation

Other example projects