function FilterImageLazyLoadTest::setUp
Same name in other branches
- 10 core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php \Drupal\Tests\filter\Unit\FilterImageLazyLoadTest::setUp()
Overrides UnitTestCase::setUp
File
-
core/
modules/ filter/ tests/ src/ Unit/ FilterImageLazyLoadTest.php, line 24
Class
- FilterImageLazyLoadTest
- @coversDefaultClass \Drupal\filter\Plugin\Filter\FilterImageLazyLoad @group editor
Namespace
Drupal\Tests\filter\UnitCode
protected function setUp() : void {
$this->filter = new FilterImageLazyLoad([], 'filter_image_lazy_load', [
'provider' => 'test',
]);
parent::setUp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.