From 095a22eb6eb5b9ef2f31db01832e3c866db58e36 Mon Sep 17 00:00:00 2001 From: jtkech Date: Fri, 11 Dec 2015 01:37:58 +0100 Subject: [PATCH] Update DefaultWorkContextAccessorTests.cs --- src/Orchard.Tests/Environment/DefaultWorkContextAccessorTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Orchard.Tests/Environment/DefaultWorkContextAccessorTests.cs b/src/Orchard.Tests/Environment/DefaultWorkContextAccessorTests.cs index 27ab4873b..6725f4bd2 100644 --- a/src/Orchard.Tests/Environment/DefaultWorkContextAccessorTests.cs +++ b/src/Orchard.Tests/Environment/DefaultWorkContextAccessorTests.cs @@ -19,6 +19,7 @@ namespace Orchard.Tests.Environment { } protected override void Register(ContainerBuilder builder) { + builder.RegisterModule(new MvcModule()); builder.RegisterModule(new WorkContextModule()); builder.RegisterType().As(); builder.RegisterAutoMocking();