1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

add shortcut for rules in penalty reasons for issue #159

This commit is contained in:
RaidMax
2020-11-18 18:48:24 -06:00
parent 5f912aad7f
commit d067c1d4d5
5 changed files with 238 additions and 26 deletions

View File

@ -48,6 +48,7 @@ namespace ApplicationTests
.AddSingleton<DataFileLoader>()
.AddSingleton(A.Fake<IGameLogReaderFactory>())
.AddSingleton(A.Fake<IMetaService>())
.AddSingleton(A.Fake<IClientNoticeMessageFormatter>())
.AddSingleton(eventHandler)
.AddSingleton(ConfigurationGenerators.CreateApplicationConfiguration())
.AddSingleton(ConfigurationGenerators.CreateCommandConfiguration())