Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates-3261847
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
automatic_updates-3261847
Commits
e66f2e31
Commit
e66f2e31
authored
3 years ago
by
Adam G-H
Browse files
Options
Downloads
Patches
Plain Diff
debug
parent
9b35badb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Functional/ReadinessValidationTest.php
+4
-4
4 additions, 4 deletions
tests/src/Functional/ReadinessValidationTest.php
with
4 additions
and
4 deletions
tests/src/Functional/ReadinessValidationTest.php
+
4
−
4
View file @
e66f2e31
...
...
@@ -73,7 +73,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests readiness checkers on status report page.
*/
public
function
testReadinessChecksStatusReport
():
void
{
public
function
_
testReadinessChecksStatusReport
():
void
{
$assert
=
$this
->
assertSession
();
// Ensure automated_cron is disabled before installing automatic_updates. This
...
...
@@ -298,7 +298,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests installing a module with a checker before installing automatic_updates.
*/
public
function
testReadinessCheckAfterInstall
():
void
{
public
function
_
testReadinessCheckAfterInstall
():
void
{
$assert
=
$this
->
assertSession
();
$this
->
drupalLogin
(
$this
->
checkerRunnerUser
);
...
...
@@ -335,7 +335,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests that checker message for an uninstalled module is not displayed.
*/
public
function
testReadinessCheckerUninstall
():
void
{
public
function
_
testReadinessCheckerUninstall
():
void
{
$assert
=
$this
->
assertSession
();
$this
->
drupalLogin
(
$this
->
checkerRunnerUser
);
...
...
@@ -372,7 +372,7 @@ class ReadinessValidationTest extends AutomaticUpdatesFunctionalTestBase {
/**
* Tests that stored validation results are deleted after an update.
*/
public
function
testStoredResultsClearedAfterUpdate
():
void
{
public
function
_
testStoredResultsClearedAfterUpdate
():
void
{
// Because all actual staging operations are bypassed by
// package_manager_bypass, disable this validator because it will complain
// if there's no actual Composer data to inspect.
...
...
This diff is collapsed.
Click to expand it.
Adam G-H
@phenaproxima
mentioned in commit
8e7ef208
·
3 years ago
mentioned in commit
8e7ef208
mentioned in commit 8e7ef2083b0953186626f0845fb2dc6bce504713
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment