Issue #2942314 by Lendude: Move JavascriptGetDrupalSettingsTest, BrowserWithJavascriptTest out of simpletest module
parent
e4146aa44f
commit
d1eee651be
|
|
@ -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.
|
||||||
|
|
@ -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.
|
||||||
Loading…
Reference in New Issue