Fixes up some warnings

This commit is contained in:
Shannon
2018-05-16 10:06:51 +02:00
parent 07e7068c22
commit ea6c466323
10 changed files with 42 additions and 49 deletions

View File

@@ -94,7 +94,7 @@ namespace Umbraco.Tests.Testing
protected IProfiler Profiler => Container.GetInstance<IProfiler>();
protected ProfilingLogger ProfilingLogger => Container.GetInstance<ProfilingLogger>();
protected virtual ProfilingLogger ProfilingLogger => Container.GetInstance<ProfilingLogger>();
protected CacheHelper CacheHelper => Container.GetInstance<CacheHelper>();