Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
09dc9cbb
Commit
09dc9cbb
authored
Jan 26, 2016
by
alexpott
Browse files
Issue
#2646962
by walangitan, klidifia: AjaxPageStateTest typo and test cleanup
parent
b95ae502
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/system/src/Tests/Render/AjaxPageStateTest.php
View file @
09dc9cbb
...
...
@@ -48,7 +48,7 @@ public function testLibrariesAvailable() {
);
$this
->
assertRaw
(
'/core/misc/drupalSettingsLoader.js'
,
'The
D
upal
s
ettings library from core should be loaded.'
'The
dr
upal
S
ettings library from core should be loaded.'
);
}
...
...
@@ -78,7 +78,7 @@ public function testHtml5ShivIsNotLoaded() {
$this
->
assertRaw
(
'/core/misc/drupalSettingsLoader.js'
,
'The
D
upal
s
ettings library from core should be loaded.'
'The
dr
upal
S
ettings library from core should be loaded.'
);
}
...
...
@@ -107,7 +107,7 @@ public function testMultipleLibrariesAreNotLoaded() {
$this
->
assertNoRaw
(
'/core/misc/drupalSettingsLoader.js'
,
'The
D
upal
s
ettings library from core should be excluded from loading.'
'The
dr
upal
S
ettings library from core should be excluded from loading.'
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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