diff --git a/tests/phpunit/data/bedrock/CoralTypeIdMapTest.php b/tests/phpunit/data/bedrock/CoralTypeIdMapTest.php new file mode 100644 index 000000000..9a71a369c --- /dev/null +++ b/tests/phpunit/data/bedrock/CoralTypeIdMapTest.php @@ -0,0 +1,38 @@ +toId($type); + $type2 = CoralTypeIdMap::getInstance()->fromId($id); + self::assertTrue($type->equals($type2)); + } + } +}