Skip to content

Commit c149ee8

Browse files
authored
Readme: visually separate phpunit version specific paragraphs
1 parent 36225d3 commit c149ee8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ adjust your `phpunit.xml` configuration file and configure the
7272
</phpunit>
7373
```
7474

75+
---
76+
7577
To bootstrap the extension as a `composer` package when using
7678

7779
- `phpunit/phpunit:^7.5.0`
@@ -101,6 +103,8 @@ adjust your `phpunit.xml` configuration file and configure the
101103
</phpunit>
102104
```
103105

106+
---
107+
104108
To bootstrap the extension as a `composer` package when using
105109

106110
- `phpunit/phpunit:^10.0.0`
@@ -162,6 +166,8 @@ adjust your `phpunit.xml` configuration file and configure the
162166
</phpunit>
163167
```
164168

169+
---
170+
165171
To bootstrap the extension as a PHAR when using
166172

167173
- `phpunit/phpunit:^10.0.0`
@@ -242,6 +248,8 @@ The following example configures the maximum count of slow tests to three, and t
242248
</phpunit>
243249
```
244250

251+
---
252+
245253
To configure the extension when using
246254

247255
- `phpunit/phpunit:^7.5.0`
@@ -285,6 +293,8 @@ The following example configures the maximum count of slow tests to three, and t
285293
</phpunit>
286294
```
287295

296+
---
297+
288298
To configure the extension when using
289299

290300
- `phpunit/phpunit:^10.0.0`

0 commit comments

Comments
 (0)