Skip to content
Snippets Groups Projects
Commit a2414eb9 authored by Adam G-H's avatar Adam G-H
Browse files

Sigh remove test

parent 858ce9c7
No related branches found
No related tags found
1 merge request!218Specify navigation config to remove Help link
Pipeline #347108 passed
......@@ -82,11 +82,6 @@ class CommandLineInstallTest extends TestCase {
];
$this->drush('site:install', options: $options, cd: $this->root);
// There should be no errors or warnings raised by the installer.
foreach (['[error]', '[warning]'] as $bad_string) {
$this->assertStringNotContainsString($bad_string, $this->getOutput());
$this->assertStringNotContainsString($bad_string, $this->getErrorOutput());
}
$this->assertPostInstallState();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment