Loading tests/src/Functional/CommentTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class CommentTest extends CommentTestBase { use DsTestTrait; protected $defaultTheme = 'stark'; protected $defaultTheme = 'classy'; /** * Modules to install. Loading tests/src/Functional/DsTestTrait.php +2 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,8 @@ trait DsTestTrait { $this->submitForm($edit, t('Save configuration')); $this->assertSession()->pageTextContains('The configuration options have been saved.'); $this->assertSession()->responseContains('class_name_1', 'Class name 1 found'); $this->assertSession()->responseContains('class_name_2', 'Class name 1 found'); $this->assertSession()->responseContains('class_name_1'); $this->assertSession()->responseContains('class_name_2'); } /** Loading Loading
tests/src/Functional/CommentTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class CommentTest extends CommentTestBase { use DsTestTrait; protected $defaultTheme = 'stark'; protected $defaultTheme = 'classy'; /** * Modules to install. Loading
tests/src/Functional/DsTestTrait.php +2 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,8 @@ trait DsTestTrait { $this->submitForm($edit, t('Save configuration')); $this->assertSession()->pageTextContains('The configuration options have been saved.'); $this->assertSession()->responseContains('class_name_1', 'Class name 1 found'); $this->assertSession()->responseContains('class_name_2', 'Class name 1 found'); $this->assertSession()->responseContains('class_name_1'); $this->assertSession()->responseContains('class_name_2'); } /** Loading