X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FRender%2FDisplayVariantTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FRender%2FDisplayVariantTest.php;h=2f5415ba7c449280b1e5376929d89dcd245abee9;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php b/web/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php new file mode 100644 index 000000000..2f5415ba7 --- /dev/null +++ b/web/core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php @@ -0,0 +1,34 @@ +drupalGet(''); + $this->assertRaw('A very important, required value.'); + $this->assertRaw('Explicitly passed in context.'); + $this->assertCacheTag('custom_cache_tag'); + } + +}