File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ adjust your `phpunit.xml` configuration file and configure the
7272 </phpunit>
7373```
7474
75+ ---
76+
7577To 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+
104108To 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+
165171To 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+
245253To 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+
288298To configure the extension when using
289299
290300- ` phpunit/phpunit:^10.0.0 `
You can’t perform that action at this time.
0 commit comments