mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02:00

[BUGFIX] Fix build status URLs in the README (#39)

Also drop surplus blank lines from the README.
This commit is contained in:
Oliver Klee 2019-08-07 13:41:26 +02:00 committed by GitHub
parent aed64e814f
commit 9cb3879ba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Tea example # Tea example
[![Build Status](https://travis-ci.org/oliverklee/tea.svg?branch=master)](https://travis-ci.org/oliverklee/tea) [![Build Status](https://travis-ci.org/oliverklee/ext-tea.svg?branch=master)](https://travis-ci.org/oliverklee/ext-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/oliverklee/tea/v/stable.svg)](https://packagist.org/packages/oliverklee/tea)
[![Total Downloads](https://poser.pugx.org/oliverklee/tea/downloads.svg)](https://packagist.org/packages/oliverklee/tea) [![Total Downloads](https://poser.pugx.org/oliverklee/tea/downloads.svg)](https://packagist.org/packages/oliverklee/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/oliverklee/tea/v/unstable.svg)](https://packagist.org/packages/oliverklee/tea)
@ -21,7 +21,6 @@ at the [handout to my workshops on test-driven development (TDD)](https://github
.Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/ .Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/
``` ```
## Running the tests in PhpStorm ## Running the tests in PhpStorm
### General PHPUnit setup ### General PHPUnit setup
@ -75,7 +74,6 @@ In the Run configurations, copy the PHPUnit configuration and use these settings
5. `chromedriver --url-base=wd/hub` 5. `chromedriver --url-base=wd/hub`
6. `.Build/vendor/bin/codecept run` (in another terminal) 6. `.Build/vendor/bin/codecept run` (in another terminal)
#### In PhpStorm #### In PhpStorm
1. make sure the "Codeception Framework" plugin is activated 1. make sure the "Codeception Framework" plugin is activated
@ -88,7 +86,6 @@ For creating new extensions, I recommend taking
[Helmut Hummel's extension skeleton](https://github.com/helhum/ext_scaffold) [Helmut Hummel's extension skeleton](https://github.com/helhum/ext_scaffold)
as a starting point. as a starting point.
## About me (Oliver Klee) ## About me (Oliver Klee)
I am the maintainer of the I am the maintainer of the
@ -101,13 +98,11 @@ at your company.
I also frequently give workshops at the TYPO3 Developer Days. I also frequently give workshops at the TYPO3 Developer Days.
## More Documentation ## More Documentation
* [Handout to my workshops on test-driven development (TDD)](https://github.com/oliverklee/tdd-reader) * [Handout to my workshops on test-driven development (TDD)](https://github.com/oliverklee/tdd-reader)
* [Handout for best practices with extbase and fluid](https://github.com/oliverklee/workshop-handouts/blob/master/extbase-best-practices/extbase-best-practices.pdf) * [Handout for best practices with extbase and fluid](https://github.com/oliverklee/workshop-handouts/blob/master/extbase-best-practices/extbase-best-practices.pdf)
## Other example projects ## Other example projects
* [Selenium demo](https://github.com/oliverklee/selenium-demo) * [Selenium demo](https://github.com/oliverklee/selenium-demo)