Additional refactoring I have been meaning to get around to for a while.

This commit is contained in:
Paul Johnson
2022-02-11 20:37:56 +00:00
parent 76cda7fd0c
commit c1fddd98be
9 changed files with 349 additions and 387 deletions

View File

@@ -8,6 +8,7 @@ using Microsoft.Extensions.DependencyInjection;
using NUnit.Framework;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Scoping;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Tests.Common.Builders;
using Umbraco.Cms.Tests.Common.Builders.Extensions;
@@ -21,6 +22,8 @@ namespace Umbraco.Cms.Tests.Integration.Umbraco.Web.BackOffice.Controllers
[TestFixture]
public class EntityControllerTests : UmbracoTestServerTestBase
{
private IScopeProvider ScopeProvider => GetRequiredService<IScopeProvider>();
[Test]
public async Task GetUrlsByIds_MediaWithIntegerIds_ReturnsValidMap()
{