publicfunctiontestNewMailTemplatesAreAdded(): void { // Rollback migration data and make sure its gone
$this->rollbackMigrationChanges(); $mailTemplateTypeId = $this->getMailTemplateTypeId(); static::assertNull($mailTemplateTypeId);
// Rerun migration and make sure everything is added again
$migration = newMigration1672931011ReviewFormMailTemplate(); $migration->update($this->connection);
publicfunctiontestNewMailTemplatesAreAddedWithoutGermanAndEnglishLanguage(): void { // Rollback migration data and make sure its gone
$this->rollbackMigrationChanges();