mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-10-30 09:00:14 +00:00
18 lines
222 B
Java
18 lines
222 B
Java
|
package com.earth2me.essentials;
|
||
|
|
||
|
import junit.framework.TestCase;
|
||
|
|
||
|
|
||
|
public class PermissionsTest extends TestCase
|
||
|
{
|
||
|
@Override
|
||
|
protected void setUp() throws Exception
|
||
|
{
|
||
|
super.setUp();
|
||
|
}
|
||
|
|
||
|
public void test()
|
||
|
{
|
||
|
}
|
||
|
}
|