Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
automatic_updates
Commits
3ce4fb37
Commit
3ce4fb37
authored
2 years ago
by
Ted Bowman
Browse files
Options
Downloads
Plain Diff
Merge branch '3328740-failing-on-9-4' into '8.x-2.x'
Issue
#3328740
: Test failing on core 9.x See merge request
!635
parents
62d2334e
e0386ec2
No related branches found
No related tags found
No related merge requests found
Pipeline
#8763
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package_manager/tests/src/Build/PackageUpdateTest.php
+0
-2
0 additions, 2 deletions
package_manager/tests/src/Build/PackageUpdateTest.php
package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
+0
-3
0 additions, 3 deletions
..._manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
with
0 additions
and
5 deletions
package_manager/tests/src/Build/PackageUpdateTest.php
+
0
−
2
View file @
3ce4fb37
...
...
@@ -57,8 +57,6 @@ class PackageUpdateTest extends TemplateProjectTestBase {
$mink
=
$this
->
getMink
();
$mink
->
assertSession
()
->
statusCodeEquals
(
200
);
$file_contents
=
$mink
->
getSession
()
->
getPage
()
->
getContent
();
$file_contents
=
json_decode
(
$file_contents
,
TRUE
);
...
...
This diff is collapsed.
Click to expand it.
package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
+
0
−
3
View file @
3ce4fb37
...
...
@@ -54,7 +54,6 @@ class PendingUpdatesValidatorTest extends PackageManagerKernelTestBase {
* Tests that an error is raised if there are pending post-updates.
*/
public
function
testPendingPostUpdate
():
void
{
$this
->
registerPostUpdateFunctions
();
// Make an additional post-update function available; the update registry
// will think it's pending.
require_once
__DIR__
.
'/../../fixtures/post_update.php'
;
...
...
@@ -69,8 +68,6 @@ class PendingUpdatesValidatorTest extends PackageManagerKernelTestBase {
* Tests that pending updates stop an operation from being applied.
*/
public
function
testPendingUpdateAfterStaged
():
void
{
$this
->
registerPostUpdateFunctions
();
$stage
=
$this
->
createStage
();
$stage
->
create
();
$stage
->
require
([
'drupal/core:9.8.1'
]);
...
...
This diff is collapsed.
Click to expand it.
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