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
2b96d558
Commit
2b96d558
authored
2 years ago
by
Ted Bowman
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3328740
by tedbow: Test failing on core 9.x
parent
62d2334e
No related branches found
No related tags found
1 merge request
!635
Issue #3328740: Test failing on core 9.x
Changes
2
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 @
2b96d558
...
...
@@ -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 @
2b96d558
...
...
@@ -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