From ad3b4edb414fe3a1bf527af717847552a985b085 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 20 Nov 2007 10:58:12 +0000 Subject: [PATCH] A file repository without files. Gets rid of useless DB queries during parser testing. --- includes/filerepo/NullRepo.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 includes/filerepo/NullRepo.php diff --git a/includes/filerepo/NullRepo.php b/includes/filerepo/NullRepo.php new file mode 100644 index 0000000000..87bfd3ab67 --- /dev/null +++ b/includes/filerepo/NullRepo.php @@ -0,0 +1,34 @@ + -- 2.20.1