X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffilter%2Ftests%2Ffilter_test%2Fsrc%2FPlugin%2FFilter%2FFilterTestAssets.php;fp=web%2Fcore%2Fmodules%2Ffilter%2Ftests%2Ffilter_test%2Fsrc%2FPlugin%2FFilter%2FFilterTestAssets.php;h=5f63a06b0a0fc0c910d8e8083bd67c19d7621a19;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php new file mode 100644 index 000000000..5f63a06b0 --- /dev/null +++ b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php @@ -0,0 +1,33 @@ +addAttachments([ + 'library' => [ + 'filter/caption', + ], + ]); + return $result; + } + +}