Merge "Optimize WikiMap::getWikiFromUrl() for the common local wiki case"
[lhc/web/wiklou.git] / tests / phpunit / mocks / MockChangesListFilter.php
index aeb9f0f..79232ad 100644 (file)
@@ -8,4 +8,8 @@ class MockChangesListFilter extends ChangesListFilter {
                        'instead of testing the abstract class'
                );
        }
+
+       public function isSelected( FormOptions $opts ) {
+               return false;
+       }
 }