function MediaTest::testDrupalMedia
Tests the drupal-media tag.
File
-
core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php, line 40
Class
Namespace
Drupal\Tests\ckeditor5\FunctionalJavascriptCode
public function testDrupalMedia() : void {
$this->testConversion();
$this->testOnlyDrupalMediaTagProcessed();
$this->testEditableCaption();
$this->testAlignment();
$this->testAlt();
$this->testMediaSplitList();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.