Skip to content

Commit

Permalink
Dependencies update + update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Mar 21, 2021
1 parent 24b895e commit 0a2daf2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,22 @@ APIs will be available at `http://localhost:PHP_HOST_PORT`, where `PHP_HOST_PORT
You can enable or disable XDebug using the `XDEBUG_MODE` environment variable.

## Test
Tests are under `/tests` folder, run it with `phpunit`.
Tests are under `/tests` folder, run it with `phpunit`:
```bash
docker-compose run --rm blog-lumen /var/www/html/vendor/bin/phpunit --coverage-html /tmp --colors=always -c /var/www/html/phpunit.xml --testsuite 'Application Test Suite'
```


## ToDo
- [x] Upgrade to Lumen 8.x
- [x] Upgrade to Composer 3
- [x] Automated PHP-CS-Fixer
- [x] Redis cache
- [x] Clean up local Docker environment
- [X] Review CI Docker environment
- [X] Use Github workflow
- [X] Setup a simple production environment
- [X] Containerized infrastructure for server
- [x] Review CI Docker environment
- [x] Use Github workflow
- [x] Setup a simple production environment
- [x] Containerized infrastructure for server
- [ ] Makefile
- [ ] Pagination

Expand Down
46 changes: 21 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a2daf2

Please sign in to comment.