You are here

public function AssetManagerTest::testGetCKEditorDevFullPackageName in CKEditor Media Embed Plugin 8

File

tests/src/Unit/AssetManagerTest.php, line 254

Class

AssetManagerTest
Tests the asset manager.

Namespace

Drupal\Tests\ckeditor_media_embed\Unit

Code

public function testGetCKEditorDevFullPackageName() {
  $this
    ->assertSame('ckeditor4-x.x.x', AssetManager::getCKEditorDevFullPackageName('x.x.x'));
}