diff options
| author | 2024-09-06 10:18:51 +0200 | |
|---|---|---|
| committer | 2024-09-06 10:18:51 +0200 | |
| commit | aefac3efb9fada806867108c6fd1d36bba156ed8 (patch) | |
| tree | 84e66de91bb008b0041b68e024357ce4fe1cde8a /composer.json | |
| parent | 1a552bd60eab4a4b940d3896376b599e155d7da0 (diff) | |
CI fix warnings (#6780)
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f2d27bb1a..c92496823 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "phpcbf": "phpcbf . -p -s", "phpstan": "phpstan analyse --memory-limit 512M .", "phpstan-next": "phpstan analyse --memory-limit 512M -c phpstan-next.neon .", - "phpunit": "phpunit --bootstrap ./tests/bootstrap.php --display-notices ./tests", + "phpunit": "phpunit --bootstrap ./tests/bootstrap.php --display-notices --display-phpunit-deprecations ./tests", "translations": "cli/manipulate.translation.php -a format", "test": [ "@php-lint", |
