Fix test performance of \Drupal\Tests\content_translation\Functional\ContentTranslationStandardFieldsTest
1 unresolved thread
Closes #3405085
Merge request reports
Activity
53 59 * Tests that translatable fields are being rendered. 54 60 */ 55 61 public function testFieldTranslatableArticle() { 62 // Install block and field modules. 63 \Drupal::service('module_installer')->install( 64 [
Please register or sign in to reply