Loading core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ public function testGetAllRoutes() { $this->assertEqual($expected_route_count, count($returned_routes)); foreach ($returned_routes as $route_name => $route) { $this->assertTrue(array_key_exists($route_name, $sample_routes)); $this->assertArrayHasKey($route_name, $sample_routes); $this->assertEquals($route->getPath(), $sample_routes[$route_name]['path']); } } Loading Loading
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ public function testGetAllRoutes() { $this->assertEqual($expected_route_count, count($returned_routes)); foreach ($returned_routes as $route_name => $route) { $this->assertTrue(array_key_exists($route_name, $sample_routes)); $this->assertArrayHasKey($route_name, $sample_routes); $this->assertEquals($route->getPath(), $sample_routes[$route_name]['path']); } } Loading