aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Http/Client/NegativeDnsCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Http/Client/NegativeDnsCacheTest.php')
-rw-r--r--tests/lib/Http/Client/NegativeDnsCacheTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Http/Client/NegativeDnsCacheTest.php b/tests/lib/Http/Client/NegativeDnsCacheTest.php
index ba91e95a906..eb0f86f5c7a 100644
--- a/tests/lib/Http/Client/NegativeDnsCacheTest.php
+++ b/tests/lib/Http/Client/NegativeDnsCacheTest.php
@@ -30,7 +30,7 @@ class NegativeDnsCacheTest extends \Test\TestCase {
->method('createLocal')
->with('NegativeDnsCache')
->willReturn($this->cache);
-
+
$this->negativeDnsCache = new NegativeDnsCache($this->cacheFactory);
}