Skip to content
Snippets Groups Projects
Verified Commit c70b0612 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

lint

parent 319a8e38
No related branches found
No related tags found
1 merge request!2Enabled Gitlab CI
...@@ -38,12 +38,15 @@ class BuilderNotesTest extends BrowserTestBase { ...@@ -38,12 +38,15 @@ class BuilderNotesTest extends BrowserTestBase {
'responsive_image_test_module', 'responsive_image_test_module',
]; ];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark'; protected $defaultTheme = 'stark';
/** /**
* Tests the module. * Tests the module.
*/ */
public function testBuilderNotesUI() { public function testBuilderNotesUi() {
$this->placeBlock('system_breadcrumb_block'); $this->placeBlock('system_breadcrumb_block');
$this->drupalLogin($this->drupalCreateUser([ $this->drupalLogin($this->drupalCreateUser([
'administer content types', 'administer content types',
...@@ -116,7 +119,7 @@ class BuilderNotesTest extends BrowserTestBase { ...@@ -116,7 +119,7 @@ class BuilderNotesTest extends BrowserTestBase {
* Notes to use. * Notes to use.
* @param string $button_text * @param string $button_text
* Button text. * Button text.
* @param string|null $redirect * @param string|null $redirect_path
* Redirect path. * Redirect path.
*/ */
protected function assertNotesField($notes, $button_text = 'Save', $redirect_path = NULL) { protected function assertNotesField($notes, $button_text = 'Save', $redirect_path = NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment