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
!1043
Issue
#3436741
make Automatic Updates Extension stable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3436741
make Automatic Updates Extension stable
issue/automatic_updates-3436741:3436741-stable-extensions
into
3.0.x
Overview
11
Commits
13
Pipelines
11
Changes
9
All threads resolved!
Hide all comments
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3436741:3436741-stable-extensions
into
3.0.x
1 year ago
Overview
11
Commits
13
Pipelines
11
Changes
9
All threads resolved!
Hide all comments
Expand
Closes
#3436741
0
0
Merge request reports
Viewing commit
3e365960
Prev
Next
Show latest version
9 files
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
3e365960
make all test classes final where possible
· 3e365960
Ted Bowman
authored
11 months ago
automatic_updates_extensions/tests/src/Build/ModuleUpdateTest.php
+
1
−
1
Options
@@ -14,7 +14,7 @@ use Symfony\Component\Filesystem\Filesystem as SymfonyFilesystem;
* @group automatic_updates_extensions
* @internal
*/
class
ModuleUpdateTest
extends
UpdateTestBase
{
final
class
ModuleUpdateTest
extends
UpdateTestBase
{
use
FormTestTrait
;
Loading