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

@ -24,7 +24,5 @@ declare(strict_types=1);
namespace pocketmine\block;
class StrangeNewBlock extends Solid{
public function getName() : string{
return "Strange New Block";
}
}