Problem/Motivation
I'm testing PhpStorm IDE to see how code coverage test works and found some out-of-date @covers statements in:
- core/tests/Drupal/Tests/Core/Cache/CacheTest.php
- core/tests/Drupal/Tests/Core/DrupalTest.php
- core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
- core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
- core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
- core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
Proposed resolution
Update the @covers statement to relate to the correct method under test.