mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-18 09:24:05 +00:00
Removed dodgy test using invalid block metadata
This commit is contained in:
parent
e2815eed60
commit
52f0c4f3ed
@ -107,7 +107,6 @@ class BlockTest extends TestCase{
|
|||||||
public function blockGetProvider() : array{
|
public function blockGetProvider() : array{
|
||||||
return [
|
return [
|
||||||
[BlockLegacyIds::STONE, 5],
|
[BlockLegacyIds::STONE, 5],
|
||||||
[BlockLegacyIds::STONE, 15],
|
|
||||||
[BlockLegacyIds::GOLD_BLOCK, 0],
|
[BlockLegacyIds::GOLD_BLOCK, 0],
|
||||||
[BlockLegacyIds::WOODEN_PLANKS, 5],
|
[BlockLegacyIds::WOODEN_PLANKS, 5],
|
||||||
[BlockLegacyIds::SAND, 0],
|
[BlockLegacyIds::SAND, 0],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user