Move @group from file comment to class comment

Phpunit is only looking at class comment for annotations

Change-Id: Ic98f5d995051c5fc2a41c3c31b2fdbd39af028b1
This commit is contained in:
Umherirrender 2018-03-16 17:59:04 +01:00
parent 4722051f17
commit e01a06df7d

View file

@ -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