mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added Auth, startup options to UI
Added caching to ConfigFileProvider,
This commit is contained in:
parent
8a5bd31da7
commit
4da6654440
34 changed files with 579 additions and 365 deletions
|
@ -5,6 +5,7 @@ using Moq;
|
|||
using NLog;
|
||||
using NUnit.Framework;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Common.Cache;
|
||||
using NzbDrone.Common.Messaging;
|
||||
using NzbDrone.Common.Serializer;
|
||||
using NzbDrone.Test.Common.AutoMoq;
|
||||
|
@ -20,6 +21,8 @@ namespace NzbDrone.Test.Common
|
|||
public void CoreTestSetup()
|
||||
{
|
||||
_subject = null;
|
||||
|
||||
Mocker.SetConstant<ICacheManger>(new CacheManger());
|
||||
}
|
||||
|
||||
protected TSubject Subject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue