Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / Condition / ConditionFormTest.php
similarity index 90%
rename from web/core/modules/system/src/Tests/Condition/ConditionFormTest.php
rename to web/core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
index 42945b250a805f6a4f05f490dfe93c91c1cf4df1..adefc4392e620dbba4ae3b6f0eed63ded38a5c3f 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 
-namespace Drupal\system\Tests\Condition;
+namespace Drupal\Tests\system\Functional\Condition;
 
 use Drupal\node\Entity\Node;
-use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Tests that condition plugins basic form handling is working.
@@ -14,7 +14,7 @@ use Drupal\simpletest\WebTestBase;
  *
  * @group Condition
  */
-class ConditionFormTest extends WebTestBase {
+class ConditionFormTest extends BrowserTestBase {
 
   public static $modules = ['node', 'condition_test'];