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
!17
Issue
#3229485
: Clean up some exclusion code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3229485
: Clean up some exclusion code
issue/automatic_updates-3229485:3229485-clean-up-some
into
8.x-2.x
Overview
3
Commits
4
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Merged
Adam G-H
requested to merge
issue/automatic_updates-3229485:3229485-clean-up-some
into
8.x-2.x
3 years ago
Overview
3
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 1
version 4
ef3fcfb2
3 years ago
version 3
9371aa6f
3 years ago
version 2
ec3feefc
3 years ago
version 1
c08d606b
3 years ago
8.x-2.x (base)
and
version 2
latest version
ef3fcfb2
4 commits,
3 years ago
version 4
ef3fcfb2
4 commits,
3 years ago
version 3
9371aa6f
3 commits,
3 years ago
version 2
ec3feefc
2 commits,
3 years ago
version 1
c08d606b
1 commit,
3 years ago
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/src/Functional/ExclusionsTest.php
+
3
−
1
Options
@@ -5,7 +5,9 @@ namespace Drupal\Tests\automatic_updates\Functional;
use
Drupal\Tests\BrowserTestBase
;
/**
* {@inheritdoc}
* Tests exclusion of certain files and directories from the staging area.
*
* @group automatic_updates
*/
class
ExclusionsTest
extends
BrowserTestBase
{
Loading