Migrated CultureImpactTests into new unit tests project.

This commit is contained in:
Andy Butland
2020-04-19 09:07:58 +02:00
parent 9d2bfdc428
commit b5ef6bb6d1
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -21,6 +21,9 @@
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Umbraco.Tests</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Umbraco.Tests.UnitTests</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Umbraco.Tests.Benchmarks</_Parameter1>
</AssemblyAttribute>
@@ -2,7 +2,7 @@
using NUnit.Framework;
using Umbraco.Core.Models;
namespace Umbraco.Tests.Models
namespace Umbraco.Tests.UnitTests.Umbraco.Infrastructure.Models
{
[TestFixture]
public class CultureImpactTests