Loading core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.phpdeleted 100644 → 0 +0 −24 Original line number Diff line number Diff line <?php namespace Drupal\FunctionalJavascriptTests\Tests; use Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver; /** * Tests for the JSWebAssert class using webdriver. * * @group javascript */ class JSWebWithWebDriverAssertTest extends JSWebAssertTest { /** * {@inheritdoc} */ protected $minkDefaultDriverClass = DrupalSelenium2Driver::class; /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; } Loading
core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.phpdeleted 100644 → 0 +0 −24 Original line number Diff line number Diff line <?php namespace Drupal\FunctionalJavascriptTests\Tests; use Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver; /** * Tests for the JSWebAssert class using webdriver. * * @group javascript */ class JSWebWithWebDriverAssertTest extends JSWebAssertTest { /** * {@inheritdoc} */ protected $minkDefaultDriverClass = DrupalSelenium2Driver::class; /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; }