Skip to content
Snippets Groups Projects
Commit b846eda1 authored by Ted Cooper's avatar Ted Cooper Committed by Ruslan Piskarov
Browse files

[#3466888] Fix pipeline validate warnings: cspell, phpstan

parent cec624c1
No related branches found
No related tags found
1 merge request!4[#3466888] Fix pipeline validate warnings: cspell, phpstan
Pipeline #248653 passed
# cspell: project specific dictionary
# Author / Noun
Piskarov
......@@ -50,6 +50,7 @@ variables:
OPT_IN_TEST_PREVIOUS_MAJOR: 1
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
###################################################################################
......
......@@ -177,7 +177,7 @@ class UpdateDetailsMarkup implements MarkupInterface {
}
/**
* Overriden MarkupTrait::create method to preven it being used this way.
* Overridden MarkupTrait::create method to prevent it being used this way.
*
* @param string $string
* Input string to turn into a safe string.
......
......@@ -30,7 +30,7 @@ class AdvupdateTest extends UpdateTestBase {
*/
public function testAdvupdateSettings() {
$config = $this->config('advupdate.settings');
self::assertSame(TRUE, $config->get('notification.extend_email_report'));
self::assertTrue($config->get('notification.extend_email_report'));
$this->drupalGet('admin/reports/updates/settings');
$this->assertSession()->responseNotContains('Expand the report using "Update Manager Advanced" module');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment