- Issue created by @markdorison
- First commit to issue fork.
- π§π·Brazil elber Brazil
Hi I tested in drupal 9.5
Testing Drupal\Tests\protected_pages\Functional\ProtectedPagesAccess .. 2 / 2 (100%) Time: 00:13.218, Memory: 12.00 MB OK (2 tests, 31 assertions) Remaining self deprecation notices (22) 22x: Creating an instance of this class is deprecated in drupal:9.1.0 and is removed in drupal:10.0.0. Use Database::getConnection()->condition() instead. See https://www.drupal.org/node/3159568 11x in ProtectedPagesAccess::testProtectedPageAccess from Drupal\Tests\protected_pages\Functional 11x in ProtectedPagesAccess::testProtectedPageConfigurationAccess from Drupal\Tests\protected_pages\Functional
I also tested in drupal 10.1
Testing Drupal\Tests\protected_pages\Functional\ProtectedPagesAccess .. 2 / 2 (100%) Time: 00:10.705, Memory: 10.00 MB OK (2 tests, 31 assertions)
Like you saw all the tests are passing in both cases.