Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
builder_notes
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
builder_notes
Commits
c70b0612
Verified
Commit
c70b0612
authored
11 months ago
by
Lee Rowlands
Browse files
Options
Downloads
Patches
Plain Diff
lint
parent
319a8e38
No related branches found
No related tags found
1 merge request
!2
Enabled Gitlab CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Functional/BuilderNotesTest.php
+5
-2
5 additions, 2 deletions
tests/src/Functional/BuilderNotesTest.php
with
5 additions
and
2 deletions
tests/src/Functional/BuilderNotesTest.php
+
5
−
2
View file @
c70b0612
...
@@ -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
testBuilderNotesU
I
()
{
public
function
testBuilderNotesU
i
()
{
$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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment