ImageUrlProviderTest.php
Namespace
Drupal\Tests\ckeditor5\FunctionalJavascriptFile
-
core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageUrlProviderTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\ckeditor5\FunctionalJavascript;
use Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image.
*
* @internal
*/
class ImageUrlProviderTest extends ImageUrlTestBase {
use ImageTestProviderTrait;
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ImageUrlProviderTest | Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.