You are here

GeolocationJavascriptTestBase.php in Geolocation Field 8.3

Same filename and directory in other branches
  1. 8.2 tests/src/FunctionalJavascript/GeolocationJavascriptTestBase.php

File

tests/src/FunctionalJavascript/GeolocationJavascriptTestBase.php
View source
<?php

namespace Drupal\Tests\geolocation\FunctionalJavascript;

use Drupal\FunctionalJavascriptTests\WebDriverTestBase;

/**
 * Support tests using Google Maps API.
 */
abstract class GeolocationJavascriptTestBase extends WebDriverTestBase {

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Classes

Namesort descending Description
GeolocationJavascriptTestBase Support tests using Google Maps API.