diff --git a/.cspell-project-words.txt b/.cspell-project-words.txt
new file mode 100644
index 0000000000000000000000000000000000000000..85b1e9f8bf0a08c6f7666a8c676992441a5a4004
--- /dev/null
+++ b/.cspell-project-words.txt
@@ -0,0 +1,4 @@
+# cspell: project specific dictionary
+
+# Author / Noun
+Piskarov
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c914e6fb06cbedd2f0b9069465c17e3cb89cff92..066aa5f404a1b00cf947e463f4f89d8811558521 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
 
 
 ###################################################################################
diff --git a/src/Render/UpdateDetailsMarkup.php b/src/Render/UpdateDetailsMarkup.php
index 3985a594c0d783afd3b467c35c193e38f11ac7d4..0f0ef5806d4259bb762dc3318e7580db3a7803e2 100644
--- a/src/Render/UpdateDetailsMarkup.php
+++ b/src/Render/UpdateDetailsMarkup.php
@@ -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.
diff --git a/tests/src/Functional/AdvupdateTest.php b/tests/src/Functional/AdvupdateTest.php
index cebb102d4add803e42bea46e620e1214081b8c9e..ce6fde4e6e04518aacfa745923edd88f96c4ee9f 100644
--- a/tests/src/Functional/AdvupdateTest.php
+++ b/tests/src/Functional/AdvupdateTest.php
@@ -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');