Skip to content

Commit 304be94

Browse files
authored
Update README.md
1 parent 9893a0f commit 304be94

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,25 @@ local disk first.
269269

270270
## Testing
271271

272-
The OG uses [snapshot testing](https://github.com/spatie/phpunit-snapshot-assertions). To run the integration tests,
273-
install [NodeJS](https://nodejs.org/en) (version 20 or above) and install the dependencies with `npm install`. Lastly,
274-
execute the tests with `./vendor/bin/phpunit`.
272+
The OG uses PHPUnit with [snapshot testing](https://github.com/spatie/phpunit-snapshot-assertions).
273+
274+
To run the integration tests, you need to install all Composer dependencies:
275+
276+
```shell
277+
composer install
278+
```
279+
280+
You will also need [NodeJS](https://nodejs.org/en) (version 20 or above) and to install the NPM dependencies:
281+
282+
```shell
283+
npm install
284+
```
285+
286+
Once done, you can execute the tests:
287+
288+
```shell
289+
./vendor/bin/phpunit
290+
```
275291

276292
## Contributing
277293

0 commit comments

Comments
 (0)