public function AssetManagerTest::testPluginsAreInstalled in CKEditor Media Embed Plugin 8
Tests \Drupal\ckeditor_media_embed\AssetManager::pluginsAreInstalled().
File
- tests/
src/ Unit/ AssetManagerTest.php, line 73
Class
- AssetManagerTest
- Tests the asset manager.
Namespace
Drupal\Tests\ckeditor_media_embed\UnitCode
public function testPluginsAreInstalled() {
$this
->assertFalse(AssetManager::pluginsAreInstalled(), 'All of the plugins should not be installed.');
}