X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flibraries%2Ftests%2Fsrc%2FKernel%2FExternalLibrary%2FAsset%2FAssetLibraryTestBase.php;fp=web%2Fmodules%2Fcontrib%2Flibraries%2Ftests%2Fsrc%2FKernel%2FExternalLibrary%2FAsset%2FAssetLibraryTestBase.php;h=4f835b72550fd0bf5909aeb5d0d6667b13af9978;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/libraries/tests/src/Kernel/ExternalLibrary/Asset/AssetLibraryTestBase.php b/web/modules/contrib/libraries/tests/src/Kernel/ExternalLibrary/Asset/AssetLibraryTestBase.php new file mode 100644 index 000000000..4f835b725 --- /dev/null +++ b/web/modules/contrib/libraries/tests/src/Kernel/ExternalLibrary/Asset/AssetLibraryTestBase.php @@ -0,0 +1,36 @@ +coreLibraryDiscovery = $this->container->get('library.discovery'); + } + +}