Merge branch 'netcore/feature/contentcontroller_and_related' into netcore/feature/remaining-backoffice-controllers

This commit is contained in:
Bjarke Berg
2020-06-22 10:23:39 +02:00

View File

@@ -16,6 +16,7 @@ using Umbraco.Web.Models.ContentEditing;
namespace Umbraco.Tests.Integration.TestServerTest.Controllers
{
[Explicit("We need to fix the tests on buildserver and when running multiple tests in one run")]
[TestFixture]
[UmbracoTest(Database = UmbracoTestOptions.Database.NewSchemaPerTest)]
public class ContentControllerTests : UmbracoTestServerTestBase