# This file contains patterns to be ignored while testing for use of # deprecated code. # See https://www.drupal.org/node/3285162 for more details. %The "Symfony\\Component\\Validator\\Context\\ExecutionContextInterface::.*\(\)" method is considered internal Used by the validator engine\. (Should not be called by user\W+code\. )?It may change without further notice\. You should not extend it from "[^"]+"\.% %The "PHPUnit\\Framework\\TestCase::addWarning\(\)" method is considered internal% # Skip EasyRdf deprecations for PHP 8.1 - fixed by # https://github.com/easyrdf/easyrdf/pull/384. %Return type of EasyRdf\\.* should either be compatible with .*, or the #\[\\ReturnTypeWillChange\] attribute should be used to temporarily suppress the notice% # Skip non-Symfony DebugClassLoader forward compatibility warnings. %Method "(?!Symfony\\)[^"]+" might add "[^"]+" as a native return type declaration in the future. Do the same in (child class|implementation) "[^"]+" now to avoid errors or add an explicit @return annotation to suppress this message% # Skip DebugClassLoader false positives. %Method "[^"]+" might add "[^"]+" as a native return type declaration in the future. Do the same in (child class|implementation) "(?!Drupal\\)[^"]+" now to avoid errors or add an explicit @return annotation to suppress this message% %The "Drupal\\[^"]+" method will require a new "[^"]+" argument in the next major version of its interface "Drupal\\[^"]+", not defining it is deprecated% # The following deprecation is listed for Twig 2 compatibility when unit # testing using \Symfony\Component\ErrorHandler\DebugClassLoader. %The "Twig\\Environment::getTemplateClass\(\)" method is considered internal\. It may change without further notice\. You should not extend it from "Drupal\\Core\\Template\\TwigEnvironment"\.% # PHPUnit 9. %"PHPUnit\\Framework\\TestListener".*is deprecated% %"PHPUnit\\Framework\\TestListenerDefaultImplementation".*is deprecated% %"PHPUnit\\Framework\\TestSuite".*is considered internal% %"PHPUnit\\TextUI\\DefaultResultPrinter".*is considered internal%