d31a9a51c3fdbe8672dc87cdf65ba974d6addff7
[yaffs-website] / web / core / tests / Drupal / FunctionalJavascriptTests / Tests / JSWebWithWebDriverAssertTest.php
1 <?php
2
3 namespace Drupal\FunctionalJavascriptTests\Tests;
4
5 use Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver;
6
7 /**
8  * Tests for the JSWebAssert class using webdriver.
9  *
10  * @group javascript
11  */
12 class JSWebWithWebDriverAssertTest extends JSWebAssertTest {
13
14   /**
15    * {@inheritdoc}
16    */
17   protected $minkDefaultDriverClass = DrupalSelenium2Driver::class;
18
19 }