Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / content_translation / tests / src / Functional / Views / ContentTranslationViewsUITest.php
similarity index 86%
rename from web/core/modules/content_translation/src/Tests/Views/ContentTranslationViewsUITest.php
rename to web/core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php
index 07b5d00b0845d27634215f5c4094f6c6eb832b7c..4b4d53a484d8780c225fc5c0ca64a7b5f0049d46 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Drupal\content_translation\Tests\Views;
+namespace Drupal\Tests\content_translation\Functional\Views;
 
-use Drupal\views_ui\Tests\UITestBase;
+use Drupal\Tests\views_ui\Functional\UITestBase;
 
 /**
  * Tests the views UI when content_translation is enabled.