using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Tests.Common { /// /// Provides an implementation of for tests. /// public class TestVariationContextAccessor : IVariationContextAccessor { /// public VariationContext VariationContext { get; set; } } }