Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Kernel / Theme / TwigFilterTest.php
similarity index 97%
rename from web/core/modules/system/src/Tests/Theme/TwigFilterTest.php
rename to web/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php
index 653e4fa96aedae7e3f820fccc4022cf0d6fe4285..c1c26dd032ca59afa8e0df9a8cc6539d1c5cfb14 100644 (file)
@@ -1,15 +1,15 @@
 <?php
 
-namespace Drupal\system\Tests\Theme;
+namespace Drupal\Tests\system\Kernel\Theme;
 
-use Drupal\simpletest\WebTestBase;
+use Drupal\KernelTests\KernelTestBase;
 
 /**
  * Tests Drupal's Twig filters.
  *
  * @group Theme
  */
-class TwigFilterTest extends WebTestBase {
+class TwigFilterTest extends KernelTestBase {
 
   /**
    * Modules to enable.