Split Revision tests into Unit & Integration classes
[lhc/web/wiklou.git] / tests / phpunit / mocks / content / DummyContentHandlerForTesting.php
index 6b9b782..78d5dc7 100644 (file)
@@ -3,7 +3,7 @@
 class DummyContentHandlerForTesting extends ContentHandler {
 
        public function __construct( $dataModel ) {
-               parent::__construct( $dataModel, [ "testing" ] );
+               parent::__construct( $dataModel, [ DummyContentForTesting::MODEL_ID ] );
        }
 
        /**