function LegacyLibraryDiscoveryTest::testJqueryUiEffectsExplode
Tests that the jquery.ui.effects.explode library is deprecated.
@expectedDeprecation The "core/jquery.ui.effects.explode" asset library is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. See https://www.drupal.org/node/3067969 @doesNotPerformAssertions
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Asset/ LegacyLibraryDiscoveryTest.php, line 126
Class
- LegacyLibraryDiscoveryTest
- Tests that deprecated asset libraries trigger a deprecation error.
Namespace
Drupal\KernelTests\Core\AssetCode
public function testJqueryUiEffectsExplode() {
$this->libraryDiscovery
->getLibraryByName('core', 'jquery.ui.effects.explode');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.