ClaroTableDragTest.php
Same filename in other branches
Namespace
Drupal\FunctionalJavascriptTests\ThemeFile
-
core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroTableDragTest.php
View source
<?php
namespace Drupal\FunctionalJavascriptTests\Theme;
use Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest;
/**
* Runs TableDragTest in Claro.
*
* @group claro
*
* @see \Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest
*/
class ClaroTableDragTest extends TableDragTest {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'claro';
/**
* {@inheritdoc}
*/
protected function findWeightsToggle($expected_text) {
$toggle = $this->getSession()
->getPage()
->findLink($expected_text);
$this->assertNotEmpty($toggle);
return $toggle;
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
ClaroTableDragTest | Runs TableDragTest in Claro. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.