tests: remove unnecessary Block::getName() override

This commit is contained in:
Dylan K. Taylor 2022-07-03 20:08:56 +01:00
parent cbebb70af6
commit 2c33d8429e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -25,7 +25,4 @@ namespace pocketmine\block;
class OutOfBoundsBlock extends Block{
public function getName() : string{
return "Out of Bounds Block";
}
}