From e6f3d7cce85f561897d128241d9b21d86ca8a813 Mon Sep 17 00:00:00 2001 From: djordy Date: Fri, 25 Oct 2024 15:21:08 +0200 Subject: [PATCH] phpunit ignore deprecation --- phpunit-ignore.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpunit-ignore.txt b/phpunit-ignore.txt index 654a2bcf3..c62fbbb5f 100644 --- a/phpunit-ignore.txt +++ b/phpunit-ignore.txt @@ -1,2 +1,5 @@ # Ignoring deprecations from Nelmio\ApiDocBundle 4.17.0 /^Since nelmio\/api-doc-bundle 4\.17\.0: Using the \$groups parameter of "Nelmio\\ApiDocBundle\\PropertyDescriber\\(PropertyDescriber|IntegerPropertyDescriber|NullablePropertyDescriber|StringPropertyDescriber|ObjectPropertyDescriber)::describe\(\)" is deprecated/ + +# Ignoring deprecations from Nelmio\ApiDocBundle 4.32.3 +/^Since nelmio\/api-doc-bundle 4\.32\.3: The "Nelmio\\ApiDocBundle\\Annotation\\(Operation|Security|Areas|Model)" class is deprecated and will be removed in 5\.0\. Use the "\\Nelmio\\ApiDocBundle\\Attribute\\(Operation|Security|Areas|Model)" attribute instead\./ \ No newline at end of file