You are here

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

File

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

Class

AssetManagerTest
Tests the asset manager.

Namespace

Drupal\Tests\ckeditor_media_embed\Unit

Code

public function testGetCKEditorLibraryPluginPath() {
  $this
    ->assertSame('libraries/ckeditor/plugins/', AssetManager::getCKEditorLibraryPluginPath());
}