Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
647948dc
Commit
647948dc
authored
Jan 07, 2021
by
Igor Biki
Browse files
ISTWCMS-4232: Code standards.
parent
cbd3a0d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/Functional/UwWcmsBasicTest.php
View file @
647948dc
...
...
@@ -75,6 +75,10 @@ class UwWcmsBasicTest extends BrowserTestBase {
$this
->
globalFooterTest
();
$this
->
menusTest
();
$this
->
dashboardTest
();
$this
->
ctaBlockTest
();
}
...
...
@@ -833,7 +837,7 @@ class UwWcmsBasicTest extends BrowserTestBase {
/**
* Tests for Custom block CTA.
*/
function
ctaBlockTest
()
{
private
function
ctaBlockTest
()
{
$this
->
drupalLogin
(
$this
->
drupalUsers
[
'administrator'
]);
// Test step 1: Visit the home page layout.
...
...
@@ -867,4 +871,5 @@ class UwWcmsBasicTest extends BrowserTestBase {
$this
->
assertSession
()
->
statusCodeEquals
(
200
);
$this
->
assertSession
()
->
pageTextContains
(
$cta_label
);
}
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment