mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
![snowleo](/assets/img/avatar_default.png)
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb
17 lines
222 B
Java
17 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()
|
|
{
|
|
}
|
|
}
|