Adjust NullCache tests
This commit is contained in:
parent
34f5541088
commit
fffef529ee
|
@ -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'],
|
||||
|
||||
|
|
Loading…
Reference in New Issue