public function AssetManagerTest::testGetCKEditorDevFullPackageUrl in CKEditor Media Embed Plugin 8
File
- tests/
src/ Unit/ AssetManagerTest.php, line 246
Class
- AssetManagerTest
- Tests the asset manager.
Namespace
Drupal\Tests\ckeditor_media_embed\UnitCode
public function testGetCKEditorDevFullPackageUrl() {
$this
->assertSame('https://github.com/ckeditor/ckeditor4/archive/x.x.x.zip', AssetManager::getCKEditorDevFullPackageUrl('x.x.x'));
}