You are here

GeolocationJavascriptTestBase.php in Geolocation Field 8.2

Same filename and directory in other branches
  1. 8.3 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 {

}

Classes

Namesort descending Description
GeolocationJavascriptTestBase Support tests using Google Maps API.