trait GridStackUnitTestTrait in GridStack 8.2
Same name and namespace in other branches
- 8 tests/src/Traits/GridStackUnitTestTrait.php \Drupal\Tests\gridstack\Traits\GridStackUnitTestTrait
A Trait common for GridStack Unit tests.
Hierarchy
- trait \Drupal\Tests\gridstack\Traits\GridStackUnitTestTrait
3 files declare their use of GridStackUnitTestTrait
- GridStackFormatterTest.php in tests/
src/ Kernel/ GridStackFormatterTest.php - GridStackManagerTest.php in tests/
src/ Kernel/ GridStackManagerTest.php - GridStackSkinManagerTest.php in tests/
src/ Kernel/ GridStackSkinManagerTest.php
File
- tests/
src/ Traits/ GridStackUnitTestTrait.php, line 8
Namespace
Drupal\Tests\gridstack\TraitsView source
trait GridStackUnitTestTrait {
/**
* Defines scoped definition.
*/
protected function getGridStackFormatterDefinition() {
return [
'namespace' => 'gridstack',
] + $this
->getFormatterDefinition() + $this
->getDefaulEntityFormatterDefinition();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GridStackUnitTestTrait:: |
protected | function | Defines scoped definition. |