Content-side integration tests.

Currently only tests that the server starts.
This commit is contained in:
Pieter-Jan Briers
2019-05-03 13:34:49 +02:00
parent f249c19eaf
commit cb7e5d4214
5 changed files with 97 additions and 8 deletions

View File

@@ -19,11 +19,6 @@ namespace Content.Shared
public override void Init()
{
IoCManager.InjectDependencies(this);
#if DEBUG
var resm = IoCManager.Resolve<IResourceManager>();
resm.MountContentDirectory(@"../../../Resources/");
#endif
}
public override void PostInit()