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
Merge requests
!27
Issue
#3230507
: Create build tests for case where site is using core recommended Composer project
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3230507
: Create build tests for case where site is using core recommended Composer project
issue/automatic_updates-3230507:3230507-create-build-tests
into
8.x-2.x
Overview
2
Commits
26
Pipelines
0
Changes
7
1 unresolved thread
Hide all comments
Merged
Adam G-H
requested to merge
issue/automatic_updates-3230507:3230507-create-build-tests
into
8.x-2.x
3 years ago
Overview
2
Commits
26
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
version 12
version 20
8e0fa224
3 years ago
version 19
320bc034
3 years ago
version 18
57d32f6a
3 years ago
version 17
bb3c9144
3 years ago
version 16
11227336
3 years ago
version 15
135ba677
3 years ago
version 14
03d905f3
3 years ago
version 13
af331e62
3 years ago
version 12
3c71faca
3 years ago
version 11
18a867d1
3 years ago
version 10
67674c20
3 years ago
version 9
93b3c217
3 years ago
version 8
8390f3ba
3 years ago
version 7
3dbd3d29
3 years ago
version 6
d1b89bf3
3 years ago
version 5
e96aa393
3 years ago
version 4
a385fb1a
3 years ago
version 3
843b8827
3 years ago
version 2
acc38722
3 years ago
version 1
1b699b7f
3 years ago
8.x-2.x (base)
and
version 13
latest version
f9c5c0b8
26 commits,
3 years ago
version 20
8e0fa224
25 commits,
3 years ago
version 19
320bc034
24 commits,
3 years ago
version 18
57d32f6a
23 commits,
3 years ago
version 17
bb3c9144
22 commits,
3 years ago
version 16
11227336
21 commits,
3 years ago
version 15
135ba677
19 commits,
3 years ago
version 14
03d905f3
15 commits,
3 years ago
version 13
af331e62
14 commits,
3 years ago
version 12
3c71faca
13 commits,
3 years ago
version 11
18a867d1
12 commits,
3 years ago
version 10
67674c20
11 commits,
3 years ago
version 9
93b3c217
10 commits,
3 years ago
version 8
8390f3ba
9 commits,
3 years ago
version 7
3dbd3d29
7 commits,
3 years ago
version 6
d1b89bf3
6 commits,
3 years ago
version 5
e96aa393
5 commits,
3 years ago
version 4
a385fb1a
4 commits,
3 years ago
version 3
843b8827
3 commits,
3 years ago
version 2
acc38722
2 commits,
3 years ago
version 1
1b699b7f
1 commit,
3 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/src/Build/AttendedCoreUpdateTest.php
+
1
−
1
Options
@@ -100,7 +100,7 @@ class AttendedCoreUpdateTest extends AttendedUpdateTestBase {
$this
->
visit
(
'/admin/automatic-update'
);
$assert_session
->
pageTextContains
(
'9.8.1'
);
try
{
$page
->
pressButton
(
'Download these updates'
);
$page
->
pressButton
(
'Download these updates'
);
}
catch
(
\Throwable
$e
)
{
throw
new
\Exception
(
$page
->
getContent
());
Loading