function MediaTest::testDrupalMedia
Tests the drupal-media tag.
File
- 
              core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php, line 33  
Class
- MediaTest
 - @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media[[api-linebreak]] @group ckeditor5 @group #slow @internal
 
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.