Issue #3315362 by alexpott: Remove duplicate JSWebWithWebDriverAssertTest

merge-requests/2881/head
catch 2022-10-14 12:20:56 +01:00
parent eb8c8d4802
commit 6d2b6caa18
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
<?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';
}