Clean up terminology around block state IDs and their handling

This commit is contained in:
Dylan K. Taylor
2023-01-25 18:53:11 +00:00
parent 2f469ef4a0
commit 0a3ecfdae9
30 changed files with 81 additions and 78 deletions

View File

@ -33,11 +33,11 @@ use const SORT_STRING;
class BlockTest extends TestCase{
/** @var BlockFactory */
/** @var RuntimeBlockStateRegistry */
private $blockFactory;
public function setUp() : void{
$this->blockFactory = new BlockFactory();
$this->blockFactory = new RuntimeBlockStateRegistry();
}
/**