From 64591219a0901220e9e34cd895df7739e097b76b Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Tue, 11 Oct 2022 19:50:46 +0000 Subject: [PATCH] Editor: Add test data for Fluid Typography. Follow-up to [54280] and [54497]. Props desrosj, hellofromTonya, SergeyBiryukov. See #56467. git-svn-id: https://develop.svn.wordpress.org/trunk@54500 602fd350-edb4-49c9-b593-d223f7449a82 --- .../block-theme-child-with-fluid-typography/style.css | 8 ++++++++ .../block-theme-child-with-fluid-typography/theme.json | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/style.css create mode 100644 tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json diff --git a/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/style.css b/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/style.css new file mode 100644 index 0000000000..19abbecf86 --- /dev/null +++ b/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/style.css @@ -0,0 +1,8 @@ +/* +Theme Name: Block Theme Child Theme With Fluid Typography +Theme URI: https://wordpress.org/ +Description: For testing purposes only. +Template: block-theme +Version: 1.0.0 +Text Domain: block-theme-child-with-fluid-typography +*/ diff --git a/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json b/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json new file mode 100644 index 0000000000..93234766ed --- /dev/null +++ b/tests/phpunit/data/themedir1/block-theme-child-with-fluid-typography/theme.json @@ -0,0 +1,9 @@ +{ + "version": 2, + "settings": { + "appearanceTools": true, + "typography": { + "fluid": true + } + } +}