From f8098bebcb5780c9cfce8bd240a2632aa4e665e2 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 27 Jul 2021 12:24:30 +0100 Subject: [PATCH] Allow deprecation notice from PHPUnit bridge --- phpunit.xml | 1 + tests/allowed.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/allowed.json diff --git a/phpunit.xml b/phpunit.xml index 8bada5f..3b8931a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -25,5 +25,6 @@ + diff --git a/tests/allowed.json b/tests/allowed.json new file mode 100644 index 0000000..920c97e --- /dev/null +++ b/tests/allowed.json @@ -0,0 +1,7 @@ +[ + { + "location": "Composer\\Autoload\\ClassLoader::loadClass", + "message": "Since symfony/phpunit-bridge 5.3: The \"Symfony\\Bridge\\PhpUnit\\SetUpTearDownTrait\" trait is deprecated, use original methods with \"void\" return typehint.", + "count": 1 + } +] \ No newline at end of file