geolocation-8.x-3.x-dev/tests/src/FunctionalJavascript/GeolocationJavascriptTestBase.php
tests/src/FunctionalJavascript/GeolocationJavascriptTestBase.php
<?php
namespace Drupal\Tests\geolocation\FunctionalJavascript;
use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
/**
* Support tests using JS.
*/
abstract class GeolocationJavascriptTestBase extends WebDriverTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
