mirror of
https://github.com/modernuo/ModernUO
synced 2026-08-11 22:23:06 -04:00
9 lines
183 B
C#
9 lines
183 B
C#
using Xunit;
|
|
|
|
namespace Server.Tests
|
|
{
|
|
[CollectionDefinition("Sequential Tests", DisableParallelization = true)]
|
|
public class SequentialTestCollectionDefinition
|
|
{
|
|
}
|
|
}
|