From e01a06df7d8992276dfa4ee6f660dd05a05cdb17 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 16 Mar 2018 17:59:04 +0100 Subject: [PATCH] Move @group from file comment to class comment Phpunit is only looking at class comment for annotations Change-Id: Ic98f5d995051c5fc2a41c3c31b2fdbd39af028b1 --- tests/phpunit/parserTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/parserTest.php b/tests/phpunit/parserTest.php index 7dd13a2d6..1c93fea55 100644 --- a/tests/phpunit/parserTest.php +++ b/tests/phpunit/parserTest.php @@ -19,14 +19,14 @@ * * @file * - * @group Test - * @group AbuseFilter - * * @licence GNU GPL v2+ * @author Marius Hoch < hoo@online.de > */ /** + * @group Test + * @group AbuseFilter + * * @covers AbuseFilterCachingParser * @covers AbuseFilterParser * @covers AbuseFilterTokenizer