Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / FunctionalJavascriptTests / LegacyJavascriptTestBase.php
index 7cef5b8c6c37436e8c66bf2d981765bd7779bc43..b3baf6e2d377b6793728bfb1dd70394215f7ee07 100644 (file)
@@ -2,6 +2,8 @@
 
 namespace Drupal\FunctionalJavascriptTests;
 
+use Zumba\Mink\Driver\PhantomJSDriver;
+
 /**
  * Runs a browser test using PhantomJS.
  *
@@ -9,6 +11,11 @@ namespace Drupal\FunctionalJavascriptTests;
  */
 abstract class LegacyJavascriptTestBase extends JavascriptTestBase {
 
+  /**
+   * {@inheritdoc}
+   */
+  protected $minkDefaultDriverClass = PhantomJSDriver::class;
+
   /**
    * {@inheritdoc}
    */