updated core to 7.80

This commit is contained in:
2021-07-12 10:11:08 +02:00
parent 7b1e954f7f
commit 5656f5a68a
236 changed files with 4149 additions and 888 deletions

View File

@@ -124,7 +124,7 @@ class LocaleUpgradePathTestCase extends UpgradePathTestCase {
/**
* Asserts that a page exists and is in the specified language.
*/
public function assertPageInLanguage($path = NULL, $langcode) {
public function assertPageInLanguage($path, $langcode) {
if (isset($path)) {
$this->drupalGet($path);
}