Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleUpdateCronTest.php
similarity index 97%
rename from web/core/modules/locale/src/Tests/LocaleUpdateCronTest.php
rename to web/core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php
index 78a14ecac858c86131628abe3e0ce3dcb64d5f90..d0d5379139422689f26468c4ae03733ac5c59723 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-namespace Drupal\locale\Tests;
+namespace Drupal\Tests\locale\Functional;
+
+use Drupal\Tests\Traits\Core\CronRunTrait;
 
 /**
  * Tests for using cron to update project interface translations.
@@ -9,6 +11,8 @@ namespace Drupal\locale\Tests;
  */
 class LocaleUpdateCronTest extends LocaleUpdateBase {
 
+  use CronRunTrait;
+
   protected $batchOutput = [];
 
   /**