Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / tests / parser / TestRecorder.php
index 70215b6..2731c4c 100644 (file)
@@ -32,7 +32,7 @@
  *
  * @since 1.22
  */
-abstract class TestRecorder {
+class TestRecorder {
 
        /**
         * Called at beginning of the parser test run
@@ -91,4 +91,3 @@ abstract class TestRecorder {
        }
 
 }
-