Mercurial > hg > cmmr2012-drupal-site
comparison core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children | 12f9dff5fda9 |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\FunctionalJavascriptTests\Ajax; | 3 namespace Drupal\FunctionalJavascriptTests\Ajax; |
4 | 4 |
5 use Drupal\FunctionalJavascriptTests\JavascriptTestBase; | 5 use Drupal\FunctionalJavascriptTests\WebDriverTestBase; |
6 | 6 |
7 /** | 7 /** |
8 * Tests the Ajax image buttons work with key press events. | 8 * Tests the Ajax image buttons work with key press events. |
9 * | 9 * |
10 * @group Ajax | 10 * @group Ajax |
11 */ | 11 */ |
12 class AjaxFormImageButtonTest extends JavascriptTestBase { | 12 class AjaxFormImageButtonTest extends WebDriverTestBase { |
13 | 13 |
14 /** | 14 /** |
15 * {@inheritdoc} | 15 * {@inheritdoc} |
16 */ | 16 */ |
17 public static $modules = ['ajax_forms_test']; | 17 public static $modules = ['ajax_forms_test']; |