I recently made some unit tests for my Asp.NET MVC application, or I tried to, it keep telling me \"The type \'System.Web.Mvc.Controller\' is defined in an assembly that is not
MVC 5 comes in from a NuGet package. Just as it did with the main MVC web project in your solution. Install MVC via NuGet into your Test project, and you should be good to go.