Pull merge.
[yaffs-website] / web / core / tests / Drupal / FunctionalJavascriptTests / LegacyJavascriptTestBase.php
1 <?php
2
3 namespace Drupal\FunctionalJavascriptTests;
4
5 /**
6  * Runs a browser test using PhantomJS.
7  *
8  * @deprecated in Drupal 8.6.0, will be removed before Drupal 9.0.0.
9  * Use \Drupal\FunctionalJavascriptTests\WebDriverTestBase instead
10  *
11  * BC layer for testing browser interaction implemented in JavaScript.
12  */
13 abstract class LegacyJavascriptTestBase extends JavascriptTestBase {
14
15 }