2023-12-06 23:43:21 +01:00
|
|
|
using pacMan.Controllers;
|
|
|
|
|
2023-07-20 14:47:13 +02:00
|
|
|
namespace BackendTests.Controllers;
|
|
|
|
|
2023-12-06 23:43:21 +01:00
|
|
|
[TestFixture]
|
|
|
|
[TestOf(nameof(PlayerController))]
|
2023-07-20 14:47:13 +02:00
|
|
|
public class PlayerControllerTests
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|