Issue #2646962 by walangitan, klidifia: AjaxPageStateTest typo and test cleanup

8.1.x
Alex Pott 2016-01-26 10:07:27 +00:00
parent b95ae50276
commit 09dc9cbbc0
1 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ class AjaxPageStateTest extends WebTestBase {
);
$this->assertRaw(
'/core/misc/drupalSettingsLoader.js',
'The Dupalsettings library from core should be loaded.'
'The drupalSettings library from core should be loaded.'
);
}
@ -78,7 +78,7 @@ class AjaxPageStateTest extends WebTestBase {
$this->assertRaw(
'/core/misc/drupalSettingsLoader.js',
'The Dupalsettings library from core should be loaded.'
'The drupalSettings library from core should be loaded.'
);
}
@ -107,7 +107,7 @@ class AjaxPageStateTest extends WebTestBase {
$this->assertNoRaw(
'/core/misc/drupalSettingsLoader.js',
'The Dupalsettings library from core should be excluded from loading.'
'The drupalSettings library from core should be excluded from loading.'
);
}
}