Skip to content

Commit cf87c95

Browse files
committed
Improve integration readme
Maybe obvious, but not really: I had an older set of deps installed and my integration tests were failing because of that. It took me 30 seconds to fix, but maybe this readme line will save that time to millions of developers, saving some trees as the end result! :)
1 parent fd59389 commit cf87c95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ docker run --name postgres-doctrine-test -e POSTGRES_PASSWORD=postgres -e POSTGR
2727
### Run the Tests
2828

2929
```bash
30+
# Install the latest dependencies
31+
composer update
3032
# Run the integration tests
3133
composer run-integration-tests
3234
```

0 commit comments

Comments
 (0)