Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
3 namespace Drupal\Tests\views\FunctionalJavascript; | 3 namespace Drupal\Tests\views\FunctionalJavascript; |
4 | 4 |
5 use Drupal\Core\Url; | 5 use Drupal\Core\Url; |
6 use Drupal\FunctionalJavascriptTests\WebDriverTestBase; | 6 use Drupal\FunctionalJavascriptTests\WebDriverTestBase; |
7 use Drupal\language\Entity\ConfigurableLanguage; | 7 use Drupal\language\Entity\ConfigurableLanguage; |
8 use Drupal\simpletest\ContentTypeCreationTrait; | 8 use Drupal\Tests\node\Traits\ContentTypeCreationTrait; |
9 use Drupal\simpletest\NodeCreationTrait; | 9 use Drupal\Tests\node\Traits\NodeCreationTrait; |
10 use Drupal\views\Tests\ViewTestData; | 10 use Drupal\views\Tests\ViewTestData; |
11 | 11 |
12 /** | 12 /** |
13 * Tests the basic AJAX functionality of the Glossary View. | 13 * Tests the basic AJAX functionality of the Glossary View. |
14 * | 14 * |