Skip to content
Snippets Groups Projects
Verified Commit 64a1f912 authored by Travis Carden's avatar Travis Carden
Browse files

Fix tests.

parent 5b74d0c0
No related branches found
Tags 8.x-1.21
No related merge requests found
......@@ -177,7 +177,7 @@ class ComposerExecutableValidatorTest extends PackageManagerKernelTestBase {
*/
private function assertResultsWithHelp(array $expected_results, string $event_class = NULL): void {
$url = Url::fromRoute('help.page', ['name' => 'package_manager'])
->setOption('fragment', 'package-manager-requirements')
->setOption('fragment', 'package-manager-faq-composer-not-found')
->toString();
// Reformat the provided results so that they all have the link to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment