mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[BUGFIX] Fix build status URLs in the README (#39)
Also drop surplus blank lines from the README.
This commit is contained in:
parent
aed64e814f
commit
9cb3879ba5
1 changed files with 1 additions and 6 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue