Skip to content
This repository was archived by the owner on Nov 13, 2018. It is now read-only.

Commit 7079d97

Browse files
committed
Fix phpUnit version in readme [ci skip] [skip ci]
1 parent 8e958a2 commit 7079d97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# phpUnit Testing, Travis CI and Coveralls
22

3-
> An example repo to get start with phpUnit
3+
> An example repo to get started with phpUnit
44
55
[![Build Status](https://travis-ci.org/ankurk91/phpunit-travis-ci-coveralls-example.svg?branch=master)](https://travis-ci.org/ankurk91/phpunit-travis-ci-coveralls-example)
6-
[![Coverage Status](https://coveralls.io/repos/github/ankurk91/phpunit-travis-ci-coveralls-example/badge.svg?branch=master)](https://coveralls.io/github/ankurk91/phpunit-travis-ci-coveralls-example?branch=master)
7-
[![codecov](https://codecov.io/gh/ankurk91/phpunit-travis-ci-coveralls-example/branch/master/graph/badge.svg)](https://codecov.io/gh/ankurk91/phpunit-travis-ci-coveralls-example)
6+
[![Coveralls](https://coveralls.io/repos/github/ankurk91/phpunit-travis-ci-coveralls-example/badge.svg?branch=master)](https://coveralls.io/github/ankurk91/phpunit-travis-ci-coveralls-example?branch=master)
7+
[![CodeCov](https://codecov.io/gh/ankurk91/phpunit-travis-ci-coveralls-example/branch/master/graph/badge.svg)](https://codecov.io/gh/ankurk91/phpunit-travis-ci-coveralls-example)
88

99
## Prerequisites
1010
* php v7.0+, see [requirements](https://phpunit.de/manual/current/en/installation.html#installation.requirements)
11-
* [phpUnit](https://github.com/sebastianbergmann/phpunit/) v5.6.0
11+
* [phpUnit](https://github.com/sebastianbergmann/phpunit/) v6.2.0
1212
* [php-coveralls](https://github.com/satooshi/php-coveralls) v1.0.1
1313
* php [Xdebug](https://xdebug.org/) extension v2.5.0+
1414

1515
## Test on localhost
16-
```
16+
```sh
1717
cd path/to/this-project
1818
composer install
1919
composer run test

0 commit comments

Comments
 (0)