Skip to content
Snippets Groups Projects

Fix test performance of \Drupal\Tests\content_translation\Functional\ContentTranslationStandardFieldsTest

Closed quietone requested to merge issue/drupal-3405085:3405085-fix-test-performance into 11.x
1 unresolved thread

Closes #3405085

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 [
  • closed

  • Please register or sign in to reply
    Loading