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