Merge "Doc: Reformat @params declaration"
[lhc/web/wiklou.git] / tests / phpunit / includes / media / FakeDimensionFile.php
index 7926000..4b8f213 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+/**
+ * @group Media
+ */
 class FakeDimensionFile extends File {
        public $mustRender = false;
 
@@ -25,4 +28,4 @@ class FakeDimensionFile extends File {
        public function getPath() {
                return '';
        }
-}
\ No newline at end of file
+}