getComponentByStatePath('excerpt.de'); $excerptEn = $schema->getComponentByStatePath('excerpt.en'); $this->assertInstanceOf(Textarea::class, $excerptDe); $this->assertInstanceOf(Textarea::class, $excerptEn); $this->assertSame(65535, $excerptDe->getMaxLength()); $this->assertSame(65535, $excerptEn->getMaxLength()); } }