mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Rename two misleadingly-named functions
This commit is contained in:
@ -64,7 +64,7 @@ class ItemFactoryTest extends TestCase{
|
||||
$item = ItemFactory::fromString($string);
|
||||
|
||||
self::assertEquals($id, $item->getId());
|
||||
self::assertEquals($meta, $item->getDamage());
|
||||
self::assertEquals($meta, $item->getMeta());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user