update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
4
vendor/doctrine/deprecations/README.md
vendored
4
vendor/doctrine/deprecations/README.md
vendored
@@ -180,9 +180,7 @@ ## Displaying deprecations after running a PHPUnit test suite
|
||||
```
|
||||
|
||||
Note that you can still trigger Deprecations in your code, provided you use the
|
||||
`#[WithoutErrorHandler]` attribute to disable PHPUnit's error handler for tests
|
||||
that call it. Be wary that this will disable all error handling, meaning it
|
||||
will mask any warnings or errors that would otherwise be caught by PHPUnit.
|
||||
`#[IgnoreDeprecations]` to ignore them for tests that call it.
|
||||
|
||||
At the moment, it is not possible to disable deduplication with an environment
|
||||
variable, but you can use a bootstrap file to achieve that:
|
||||
|
||||
Reference in New Issue
Block a user