Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / aggregator / tests / src / Functional / AggregatorCronTest.php
similarity index 93%
rename from web/core/modules/aggregator/src/Tests/AggregatorCronTest.php
rename to web/core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php
index 9ebb2d25c00c36563b9913f7dffcb8240e8b6ef7..bb7c90ae32f238f02fe266ee3270e064755eb64d 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
-namespace Drupal\aggregator\Tests;
+namespace Drupal\Tests\aggregator\Functional;
+
+use Drupal\Tests\Traits\Core\CronRunTrait;
 
 /**
  * Update feeds on cron.
@@ -8,6 +10,9 @@ namespace Drupal\aggregator\Tests;
  * @group aggregator
  */
 class AggregatorCronTest extends AggregatorTestBase {
+
+  use CronRunTrait;
+
   /**
    * Adds feeds and updates them via cron process.
    */