Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / aggregator / tests / src / Functional / UpdateFeedItemTest.php
similarity index 98%
rename from web/core/modules/aggregator/src/Tests/UpdateFeedItemTest.php
rename to web/core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
index 67e96f17269cca612af6f495d8815bbb991dba1e..b850ca9ed8eb6769504ceaae00b4ea248206dcd1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\aggregator\Tests;
+namespace Drupal\Tests\aggregator\Functional;
 use Drupal\aggregator\Entity\Feed;
 
 /**