Fixed unit tests

This commit is contained in:
Dylan K. Taylor
2019-02-21 10:41:06 +00:00
parent 635fb5dde4
commit 6ab171d629
3 changed files with 6 additions and 11 deletions

View File

@ -25,7 +25,4 @@ namespace pocketmine\block;
class MyCustomBlock extends Cobblestone{
public function getName() : string{
return "MyCobblestone";
}
}