Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / content_translation / tests / src / Functional / ContentTranslationLanguageChangeTest.php
similarity index 98%
rename from web/core/modules/content_translation/src/Tests/ContentTranslationLanguageChangeTest.php
rename to web/core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
index bb9b2235ebd87f8a089d126d1fbc0a197177f55a..3236a592c3dc091f5516409a799201a662e5daf3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\content_translation\Tests;
+namespace Drupal\Tests\content_translation\Functional;
 
 use Drupal\language\Entity\ConfigurableLanguage;
 use Drupal\node\Tests\NodeTestBase;