mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:56:12 +01:00
parent
0444f10243
commit
8df9b442e1
2 changed files with 6 additions and 5 deletions
|
@ -38,6 +38,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Drop the dependency of `roave/security-advisories`
|
- Drop the dependency of `roave/security-advisories`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Update the badge URLs in the README (#29, #22)
|
||||||
- Fix code inspection warnings
|
- Fix code inspection warnings
|
||||||
- Use the new annotations for lazy loading
|
- Use the new annotations for lazy loading
|
||||||
- Update and pin the dev dependencies
|
- Update and pin the dev dependencies
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,10 +1,10 @@
|
||||||
# Tea example
|
# Tea example
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/oliverklee/ext-tea.svg?branch=master)](https://travis-ci.org/oliverklee/ext-tea)
|
[![Build Status](https://travis-ci.org/typo3-trainer-network/tea.svg?branch=master)](https://travis-ci.org/typo3-trainer-network/tea)
|
||||||
[![Latest Stable Version](https://poser.pugx.org/oliverklee/tea/v/stable.svg)](https://packagist.org/packages/oliverklee/tea)
|
[![Latest Stable Version](https://poser.pugx.org/ttn/tea/v/stable.svg)](https://packagist.org/packages/ttn/tea)
|
||||||
[![Total Downloads](https://poser.pugx.org/oliverklee/tea/downloads.svg)](https://packagist.org/packages/oliverklee/tea)
|
[![Total Downloads](https://poser.pugx.org/ttn/tea/downloads.svg)](https://packagist.org/packages/ttn/tea)
|
||||||
[![Latest Unstable Version](https://poser.pugx.org/oliverklee/tea/v/unstable.svg)](https://packagist.org/packages/oliverklee/tea)
|
[![Latest Unstable Version](https://poser.pugx.org/ttn/tea/v/unstable.svg)](https://packagist.org/packages/ttn/tea)
|
||||||
[![License](https://poser.pugx.org/oliverklee/tea/license.svg)](https://packagist.org/packages/oliverklee/tea)
|
[![License](https://poser.pugx.org/ttn/tea/license.svg)](https://packagist.org/packages/ttn/tea)
|
||||||
|
|
||||||
This TYPO3 extension is an example for writing unit and functional tests for
|
This TYPO3 extension is an example for writing unit and functional tests for
|
||||||
Extbase/Fluid-based extensions for TYPO3 CMS using PHPUnit.
|
Extbase/Fluid-based extensions for TYPO3 CMS using PHPUnit.
|
||||||
|
|
Loading…
Reference in a new issue