Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Routing / RouteProviderTest.php
index ed59f2f0ffecc2906725e5fa4627ca6836e6cf69..674214bf0cb825a1f18ec587e63604593eac7d0a 100644 (file)
@@ -41,7 +41,7 @@ class RouteProviderTest extends KernelTestBase {
   /**
    * A collection of shared fixture data for tests.
    *
-   * @var RoutingFixtures
+   * @var \Drupal\Tests\Core\Routing\RoutingFixtures
    */
   protected $fixtures;
 
@@ -532,7 +532,6 @@ class RouteProviderTest extends KernelTestBase {
 
     $request = Request::create($path, 'GET');
 
-
     $routes = $provider->getRoutesByPattern($path);
     $this->assertFalse(count($routes), 'No path found with this pattern.');