mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team https://typo3.org/community/teams/best-practices
Find a file
2015-10-26 22:04:42 +01:00
Classes [FEATURE] Add an example for vfsStream 2015-10-24 01:18:23 +02:00
Configuration [CLEANUP] Shorten the die() line 2014-12-14 15:50:25 +01:00
Resources [FEATURE] Add missing files for indexAction. 2013-11-05 12:41:20 +01:00
Tests [BUGFIX] Fix a casing typo in a test name 2015-10-26 22:04:42 +01:00
.gitignore [TASK] Add documentation directories to the .gitignore. 2013-11-01 19:55:30 +01:00
ext_emconf.php [CLEANUP] Use ::class and imports 2015-10-25 12:01:33 +01:00
ext_icon.gif [FEATURE] Add the basic extension data. 2013-11-01 19:53:00 +01:00
ext_localconf.php [CLEANUP] Shorten the die() line 2014-12-14 15:50:25 +01:00
ext_tables.php [CLEANUP] Shorten the die() line 2014-12-14 15:50:25 +01:00
ext_tables.sql [CLEANUP] Drop closing PHP tags and do some more minor cleanup. 2013-12-23 13:24:40 +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 [FEATURE] Add an example for vfsStream 2015-10-24 01:18:23 +02:00

Tea example

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

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