Merge "Don't allow completing a partial stash upload"
[lhc/web/wiklou.git] / tests / phpunit / ResourceLoaderTestCase.php
index 57f56f4..e9a8a1f 100644 (file)
@@ -137,6 +137,7 @@ class ResourceLoaderTestModule extends ResourceLoaderModule {
        public function isRaw() {
                return $this->isRaw;
        }
+
        public function isKnownEmpty( ResourceLoaderContext $context ) {
                return $this->isKnownEmpty;
        }