X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flocale%2Fsrc%2FTests%2FLocaleLibraryAlterTest.php;fp=web%2Fcore%2Fmodules%2Flocale%2Fsrc%2FTests%2FLocaleLibraryAlterTest.php;h=0000000000000000000000000000000000000000;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=68996f44a20884c3d769769983788fa5af2b0673;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a;p=yaffs-website diff --git a/web/core/modules/locale/src/Tests/LocaleLibraryAlterTest.php b/web/core/modules/locale/src/Tests/LocaleLibraryAlterTest.php deleted file mode 100644 index 68996f44a..000000000 --- a/web/core/modules/locale/src/Tests/LocaleLibraryAlterTest.php +++ /dev/null @@ -1,36 +0,0 @@ -setLibraries(['core/jquery.ui.datepicker']); - $js_assets = $this->container->get('asset.resolver')->getJsAssets($assets, FALSE)[1]; - $this->assertTrue(array_key_exists('core/modules/locale/locale.datepicker.js', $js_assets), 'locale.datepicker.js added to scripts.'); - } - -}