Removed PLUGIN_PATH constant

This commit is contained in:
Dylan K. Taylor
2020-12-09 20:48:50 +00:00
parent ff6672ba85
commit d39348929f
4 changed files with 26 additions and 12 deletions

View File

@ -33,9 +33,6 @@ class UtilsTest extends TestCase{
if(!defined('pocketmine\PATH')){
define('pocketmine\PATH', 'dummy');
}
if(!defined('pocketmine\PLUGIN_PATH')){
define('pocketmine\PLUGIN_PATH', 'dummy');
}
}
/**