X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FFunctionalJavascriptTests%2FLegacyJavascriptTestBase.php;h=b3baf6e2d377b6793728bfb1dd70394215f7ee07;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=7cef5b8c6c37436e8c66bf2d981765bd7779bc43;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php b/web/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php index 7cef5b8c6..b3baf6e2d 100644 --- a/web/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php +++ b/web/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php @@ -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} */