Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / php / src / Tests / Condition / PhpConditionTest.php
index 84476ed3a1c31bc94f625122b9965748e280b2ac..9e7ea0f6944beb9c9058235a812510c9d3375505 100644 (file)
@@ -1,13 +1,8 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\php\Tests\Condition\PhpConditionTest.
- */
-
 namespace Drupal\php\Tests\Condition;
 
-use \Drupal\KernelTests\KernelTestBase;
+use Drupal\KernelTests\KernelTestBase;
 
 /**
  * Tests that the PHP Condition, provided by php module, is working properly.
@@ -28,7 +23,7 @@ class PhpConditionTest extends KernelTestBase {
    *
    * @var array
    */
-  public static $modules = ['system', 'php'];
+  public static $modules = ['filter', 'system', 'php'];
 
   /**
    * {@inheritdoc}