Mercurial > hg > isophonics-drupal-site
comparison core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\Tests\statistics\FunctionalJavascript; | 3 namespace Drupal\Tests\statistics\FunctionalJavascript; |
4 | 4 |
5 use Drupal\Core\Session\AccountInterface; | 5 use Drupal\Core\Session\AccountInterface; |
6 use Drupal\FunctionalJavascriptTests\JavascriptTestBase; | 6 use Drupal\FunctionalJavascriptTests\WebDriverTestBase; |
7 use Drupal\language\Entity\ConfigurableLanguage; | 7 use Drupal\language\Entity\ConfigurableLanguage; |
8 use Drupal\user\Entity\Role; | 8 use Drupal\user\Entity\Role; |
9 | 9 |
10 /** | 10 /** |
11 * Tests that statistics works. | 11 * Tests that statistics works. |
12 * | 12 * |
13 * @group system | 13 * @group system |
14 */ | 14 */ |
15 class StatisticsLoggingTest extends JavascriptTestBase { | 15 class StatisticsLoggingTest extends WebDriverTestBase { |
16 | 16 |
17 /** | 17 /** |
18 * {@inheritdoc} | 18 * {@inheritdoc} |
19 */ | 19 */ |
20 public static $modules = ['node', 'statistics', 'language']; | 20 public static $modules = ['node', 'statistics', 'language']; |