X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fimage%2Ftests%2Ffixtures%2Fupdate%2Ftest_scale_and_crop_add_anchor.php;fp=web%2Fcore%2Fmodules%2Fimage%2Ftests%2Ffixtures%2Fupdate%2Ftest_scale_and_crop_add_anchor.php;h=4fdc0335e14ff049edf27f66c8f5350d3c5f4eb2;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/image/tests/fixtures/update/test_scale_and_crop_add_anchor.php b/web/core/modules/image/tests/fixtures/update/test_scale_and_crop_add_anchor.php new file mode 100644 index 000000000..4fdc0335e --- /dev/null +++ b/web/core/modules/image/tests/fixtures/update/test_scale_and_crop_add_anchor.php @@ -0,0 +1,19 @@ +insert('config') + ->fields([ + 'collection' => '', + 'name' => 'image.style.test_scale_and_crop_add_anchor', + 'data' => serialize(Yaml::decode(file_get_contents('core/modules/image/tests/fixtures/update/image.image_style.test_scale_and_crop_add_anchor.yml'))), + ]) + ->execute();