Skip to content
Snippets Groups Projects
Verified Commit f364b907 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3004968 by Lendude: Convert FieldApiDataTest to BrowserTestBase

(cherry picked from commit 6e4b0af2)
parent d5a218e1
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\views\Tests;
namespace Drupal\Tests\views\Functional;
use Drupal\Component\Render\MarkupInterface;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Tests\Views\FieldTestBase;
use Drupal\language\Entity\ConfigurableLanguage;
use Drupal\language\Entity\ContentLanguageSettings;
use Drupal\node\Entity\Node;
use Drupal\node\Entity\NodeType;
use Drupal\Tests\field\Functional\Views\FieldTestBase;
use Drupal\views\Views;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment