Skip to content
Snippets Groups Projects
Unverified Commit d1eee651 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2942314 by Lendude: Move JavascriptGetDrupalSettingsTest,...

Issue #2942314 by Lendude: Move JavascriptGetDrupalSettingsTest, BrowserWithJavascriptTest out of simpletest module
parent e4146aa4
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\Tests\simpletest\FunctionalJavascript;
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
namespace Drupal\FunctionalJavascriptTests;
/**
* Tests if we can execute JavaScript in the browser.
......
<?php
namespace Drupal\Tests\simpletest\FunctionalJavascript;
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
namespace Drupal\FunctionalJavascriptTests;
/**
* Tests Drupal settings retrieval in JavascriptTestBase tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment