update drupal
This commit is contained in:
@@ -83,7 +83,6 @@ class DemoUmamiProfileTest extends BrowserTestBase {
|
||||
// FunctionalTestSetupTrait::installParameters().
|
||||
'system.site' => ['uuid:', 'name:', 'mail:'],
|
||||
]);
|
||||
$this->pass("$config_name has no differences");
|
||||
}
|
||||
else {
|
||||
$this->fail("$config_name has not been installed");
|
||||
|
||||
@@ -61,8 +61,7 @@ class StandardTest extends BrowserTestBase {
|
||||
$this->drupalGet('');
|
||||
$this->assertText('Main navigation');
|
||||
|
||||
// Verify we have role = aria on system_powered_by and help_block
|
||||
// blocks.
|
||||
// Verify we have role = complementary on help_block blocks.
|
||||
$this->drupalGet('admin/structure/block');
|
||||
$elements = $this->xpath('//div[@role=:role and @id=:id]', [
|
||||
':role' => 'complementary',
|
||||
@@ -71,13 +70,6 @@ class StandardTest extends BrowserTestBase {
|
||||
|
||||
$this->assertCount(1, $elements, 'Found complementary role on help block.');
|
||||
|
||||
$this->drupalGet('');
|
||||
$elements = $this->xpath('//div[@role=:role and @id=:id]', [
|
||||
':role' => 'complementary',
|
||||
':id' => 'block-bartik-powered',
|
||||
]);
|
||||
$this->assertCount(1, $elements, 'Found complementary role on powered by block.');
|
||||
|
||||
// Verify anonymous user can see the block.
|
||||
$this->drupalLogout();
|
||||
$this->assertText('Main navigation');
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
cache_strings: true
|
||||
translate_english: false
|
||||
javascript:
|
||||
directory: languages
|
||||
translation:
|
||||
use_source: remote_and_local
|
||||
default_filename: '%project-%version.%language.po'
|
||||
default_server_pattern: 'http://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po'
|
||||
default_server_pattern: 'https://ftp.drupal.org/files/translations/%core/%project/%project-%version.%language.po'
|
||||
overwrite_customized: false
|
||||
overwrite_not_customized: true
|
||||
update_interval_days: 0
|
||||
|
||||
Reference in New Issue
Block a user