From 0755c4d92dc4dd32155bb78dce50dd8d220e41ff Mon Sep 17 00:00:00 2001 From: jrockowitz <jrockowitz@371407.no-reply.drupal.org> Date: Sat, 4 Jun 2016 11:57:16 +0200 Subject: [PATCH] Issue #2742333 by jrockowitz: Fix missing @group in LinePatternDetectorTest --- CHANGELOG.txt | 10 ++++++++++ .../VersionDetector/LinePatternDetectorTest.php | 2 ++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3200921..765131b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,16 @@ 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 diff --git a/tests/src/Unit/Plugin/libraries/VersionDetector/LinePatternDetectorTest.php b/tests/src/Unit/Plugin/libraries/VersionDetector/LinePatternDetectorTest.php index 643ccfd..5e4e34b 100644 --- a/tests/src/Unit/Plugin/libraries/VersionDetector/LinePatternDetectorTest.php +++ b/tests/src/Unit/Plugin/libraries/VersionDetector/LinePatternDetectorTest.php @@ -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 { -- GitLab