diff --git a/core/modules/tour/tests/Drupal/tour/Tests/Entity/TourTest.php b/core/modules/tour/tests/Drupal/tour/Tests/Entity/TourTest.php index f6646b2..6693cec 100644 --- a/core/modules/tour/tests/Drupal/tour/Tests/Entity/TourTest.php +++ b/core/modules/tour/tests/Drupal/tour/Tests/Entity/TourTest.php @@ -12,6 +12,8 @@ * Tests the Tour entity. * * @group Tour + * + * @coversDefaultClass \Drupal\tour\Entity\Tour */ class TourTest extends UnitTestCase { @@ -38,7 +40,8 @@ public static function getInfo() { * @param bool $result * Expected result. * - * @covers \Drupal\tour\Entity\Tour::hasMatchingRoute(). + * @covers ::hasMatchingRoute() + * * @dataProvider routeProvider */ public function testHasMatchingRoute($routes, $route_name, $route_params, $result) {