Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libraries
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
libraries
Commits
0755c4d9
Commit
0755c4d9
authored
8 years ago
by
Jacob Rockowitz
Committed by
Tobias Zimmermann
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2742333
by jrockowitz: Fix missing @group in LinePatternDetectorTest
parent
4fbe2369
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+10
-0
10 additions, 0 deletions
CHANGELOG.txt
tests/src/Unit/Plugin/libraries/VersionDetector/LinePatternDetectorTest.php
+2
-0
2 additions, 0 deletions
...gin/libraries/VersionDetector/LinePatternDetectorTest.php
with
12 additions
and
0 deletions
CHANGELOG.txt
+
10
−
0
View file @
0755c4d9
Libraries 8.x-3.x, xxxx-xx-xx
-----------------------------
#2742333 by jrockowitz: Fix missing @group in LinePatternDetectorTest
by tstoeckler: Document plugin alter hooks
by tstoeckler: Fix coding standards
by tstoeckler: Split out library dependencies to a separate interface
by tstoeckler: Implement version detection for libraries
by tstoeckler: Add deprecation notices to all legacy functions and hooks
#2090623 by tstoeckler: Introduce the notion of library types
#2090623 by tstoeckler: Provide support for remote asset libraries
#2090623 by tstoeckler: Introduce a stream wrapper for asset libraries
#2090623 by tstoeckler: Introduce the concept of locators
#2606420 by googletorp, tstoeckler: Fix profile library detection
#2090623 by tstoeckler: Add an external library registry
#2572401 by rjacobs, yas: Fix missing @group annotation in PhpFileLibraryTest
...
...
This diff is collapsed.
Click to expand it.
tests/src/Unit/Plugin/libraries/VersionDetector/LinePatternDetectorTest.php
+
2
−
0
View file @
0755c4d9
...
...
@@ -11,6 +11,8 @@ use org\bovigo\vfs\vfsStream;
/**
* Tests the line pattern version detector.
*
* @group libraries
*
* @coversDefaultClass \Drupal\libraries\Plugin\libraries\VersionDetector\LinePatternDetector
*/
class
LinePatternDetectorTest
extends
UnitTestCase
{
...
...
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