You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -214,10 +215,12 @@ The following example configures the maximum count of slow tests to three, and t
214
215
To configure the extension when using
215
216
216
217
-`phpunit/phpunit:^10.0.0`
218
+
-`phpunit/phpunit:^11.0.0`
217
219
218
220
adjust your `phpunit.xml` configuration file and configure one or more
219
221
220
222
-[`parameter` elements](https://docs.phpunit.de/en/10.5/configuration.html#the-parameter-element) on [`phpunit/phpunit:^10.0.0`](https://docs.phpunit.de/en/10.5/)
223
+
-[`parameter` elements](https://docs.phpunit.de/en/11.0/configuration.html#the-parameter-element) on [`phpunit/phpunit:^11.0.0`](https://docs.phpunit.de/en/11.0/)
221
224
222
225
The following example configures the maximum count of slow tests to three, and the maximum duration for all tests to 250 milliseconds:
223
226
@@ -248,6 +251,7 @@ You can configure the maximum duration for a single test case with
248
251
249
252
- an `Attribute\MaximumDuration` attribute when using
250
253
-`phpunit/phpunit:^10.0.0`
254
+
-`phpunit/phpunit:^11.0.0`
251
255
- a `@maximumDuration` annotation in the DocBlock when using
252
256
-`phpunit/phpunit:^7.5.0`
253
257
-`phpunit/phpunit:^8.5.19`
@@ -376,6 +380,7 @@ When phpunit/phpunit invokes `PHPUnit\Framework\TestCase::runBare()`, it will in
376
380
When using
377
381
378
382
-`phpunit/phpunit:^10.0.0`
383
+
-`phpunit/phpunit:^11.0.0`
379
384
380
385
the extension uses the new event system of `phpunit/phpunit`.
0 commit comments