This repository was archived by the owner on Nov 13, 2018. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# phpUnit Testing, Travis CI and Coveralls
2
2
3
- > An example repo to get start with phpUnit
3
+ > An example repo to get started with phpUnit
4
4
5
5
[ ![ 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 )
8
8
9
9
## Prerequisites
10
10
* 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
12
12
* [ php-coveralls] ( https://github.com/satooshi/php-coveralls ) v1.0.1
13
13
* php [ Xdebug] ( https://xdebug.org/ ) extension v2.5.0+
14
14
15
15
## Test on localhost
16
- ```
16
+ ``` sh
17
17
cd path/to/this-project
18
18
composer install
19
19
composer run test
You can’t perform that action at this time.
0 commit comments