Issue #2942314 by Lendude: Move JavascriptGetDrupalSettingsTest, BrowserWithJavascriptTest out of simpletest module

8.7.x
Alex Pott 2018-07-30 12:01:13 +01:00
parent e4146aa44f
commit d1eee651be
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,6 @@
<?php <?php
namespace Drupal\Tests\simpletest\FunctionalJavascript; namespace Drupal\FunctionalJavascriptTests;
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
/** /**
* Tests if we can execute JavaScript in the browser. * Tests if we can execute JavaScript in the browser.

View File

@ -1,8 +1,6 @@
<?php <?php
namespace Drupal\Tests\simpletest\FunctionalJavascript; namespace Drupal\FunctionalJavascriptTests;
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
/** /**
* Tests Drupal settings retrieval in JavascriptTestBase tests. * Tests Drupal settings retrieval in JavascriptTestBase tests.