Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
automatic_updates-3242724
Commits
eadede3d
Commit
eadede3d
authored
Jul 01, 2019
by
heddn
Browse files
Follow-up, fix Issue
#3063133
by heddn, tatarbj: Backport ModifiedFiles
parent
e3fd1600
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/automatic_updates.test
View file @
eadede3d
...
...
@@ -83,7 +83,7 @@ class AutomaticUpdatesTestCase extends DrupalWebTestCase {
$this
->
assertText
(
'The project "drupal_autoload_test" can not be updated because its version is either undefined or a dev release'
);
// Ignore certain folders for readiness checks.
variable_set
(
'automatic_updates_ignored_paths'
,
"modules/*
\n
themes/*
\n
profiles/*"
);
variable_set
(
'automatic_updates_ignored_paths'
,
"modules/*
\n
themes/*
\n
profiles/*
\n
sites/all/modules/*
"
);
$this
->
drupalGet
(
$this
->
getAbsoluteUrl
(
'admin/config/system/automatic_updates'
));
$this
->
clickLink
(
'run the readiness checks'
);
$this
->
assertText
(
'No issues found. Your site is completely ready for automatic updates.'
);
...
...
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