Skip to content

Commit

Permalink
Merge pull request #69 from Hikariii/master
Browse files Browse the repository at this point in the history
readme header spacing
  • Loading branch information
Hikariii authored Dec 21, 2020
2 parents 6cd344e + 44f0158 commit 355e9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ This repository uses phpunit for testing purposes.
If you just want to run the tests you can use the docker composer image to install and run phpunit.
There is a docker-compose file with the correct mount but if you want to use just docker you can run this:

###php7
### php7
```bash
docker run -it -v ${PWD}:/app scienta/php-composer:php7 /bin/bash -c "composer install && ./vendor/bin/phpunit"
```

###php8
### php8
```bash
docker run -it -v ${PWD}:/app scienta/php-composer:php8 /bin/bash -c "composer install && ./vendor/bin/phpunit"
```
Expand Down

0 comments on commit 355e9ef

Please sign in to comment.