Lots of notes, removes data tokens,

This commit is contained in:
Shannon
2020-12-10 18:09:32 +11:00
parent 4b85f8eb20
commit 63ab8ec52c
41 changed files with 464 additions and 831 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
@@ -27,7 +27,7 @@ namespace Umbraco.Tests.TestHelpers
protected ISqlContext SqlContext { get; private set; }
internal TestObjects TestObjects = new TestObjects(null);
internal TestObjects TestObjects = new TestObjects();
protected Sql<ISqlContext> Sql()
{