Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Mar 15, 2020
1 parent 36f070e commit 78e70c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -3,20 +3,22 @@

# Hello-World Class Template

This repo is a template of Hello-World class, which is overly cautious and includes the following tests.
This repo is an overly cautious template of Hello-World class, which includes the following tests.

## Tests

- Supported PHP Version to test
- PHP v7.1.23, 7.1.33, 7.2.27, 7.3.14, 7.4.2(, nightly)
- Details see: [.travis.yml](./.travis.yml) and [docker-compose.yml](./docker-compose.yml)
- Details see: [.travis.yml](./.travis.yml)
- Note: The nightly build version fails purposely on TravisCI.
- Unit Test & Code Coverage
- [PHPUnit](https://phpunit.de/)
- PHP Static Analysis
- [PHPStan](https://github.com/phpstan/phpstan)
- [PSalm](https://psalm.dev/)
- [Phan](https://github.com/phan/phan)
- Tests Over Docker
- Details see: [docker-compose.yml](./docker-compose.yml)

## CIs Used

Expand Down

0 comments on commit 78e70c1

Please sign in to comment.