Adjust NullCache tests

This commit is contained in:
Lukas Reschke 2015-06-15 19:16:48 +02:00
parent 34f5541088
commit fffef529ee
1 changed files with 1 additions and 3 deletions

View File

@ -98,9 +98,7 @@ class Server extends \Test\TestCase {
['NavigationManager', '\OC\NavigationManager'],
['NavigationManager', '\OCP\INavigationManager'],
['NullCache', '\OC\Memcache\NullCache'],
['NullCache', '\OC\Memcache\Cache'],
['NullCache', '\OCP\IMemcache'],
['UserCache', '\OC\Cache\File'],
['OcsClient', '\OC\OCSClient'],