#60712 closed defect (bug) (fixed)
Typo correction in `tests/phpunit/data/themedir1/fonts-block-theme/styles/variation-new-font-family.json`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | 6.4 |
Component: | Build/Test Tools | Keywords: | good-first-bug has-patch has-unit-tests commit |
Focuses: | Cc: |
Description
While looking at #60711 I spotted a small typo in tests/phpunit/data/themedir1/fonts-block-theme/styles/variation-new-font-family.json
:
file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.tff
Should be replaced with:
file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf
Introduced in [56500].
Change History (11)
This ticket was mentioned in PR #6229 on WordPress/wordpress-develop by @huzaifaalmesbah.
14 months ago
#2
- Keywords has-patch has-unit-tests added; needs-patch removed
I replace tff to ttf
#6
@
14 months ago
This ticket is fixed in trunk, not in 6.5. Either re-open for 6.5 backport or change milestone to 6.6?
#7
@
14 months ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Thanks for the patch @huzaifaalmesbah. However please note that tickets with good-first-bug
workflow keyword are supposed to be kept for new contributors so they can learn how to make their very first patch to WP Core.
Reopening for backport.
#9
@
14 months ago
- Keywords fixed-major removed
- Milestone changed from 6.5 to 6.6
- Resolution set to fixed
- Status changed from reopened to closed
This is just a tests file, no need to backport anything.
@SergeyBiryukov commented on PR #6229:
9 months ago
#12
Thanks for the PR! This was merged in r57788.
Moving to 6.5 as it is only a unit test fix.