Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@ Pyrameter classifies executed tests as `unit`, `functional`, `integration`, or `

## Quick start

1. Install with Composer:
Install with Composer:

```bash
composer require --dev boundwize/pyrameter
```

2. Register the extension in `phpunit.xml`:
Register the extension in `phpunit.xml`:

```xml
<extensions>
<bootstrap class="Boundwize\Pyrameter\Extension"/>
</extensions>
```

3. Run PHPUnit as usual:
Run PHPUnit as usual:

```bash
vendor/bin/phpunit
Expand Down
Loading