From a7ea44f668bfc69036fb1d8fa33607f735e9c8fc Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 21 Feb 2026 15:33:32 -0300 Subject: [PATCH 1/2] refactor(tests): Update exception test method names for consistency and clarity, --- CHANGELOG.md | 1 + src/Form/Values/Capture.php | 2 +- src/Form/Values/Colorspace.php | 2 +- src/Metadata/Values/ShadowRootMode.php | 8 +--- tests/Embedded/ImgTest.php | 54 ++++++++++++++++++-------- tests/Form/InputColorTest.php | 2 +- tests/Form/TextAreaTest.php | 6 +-- tests/Metadata/BaseTest.php | 16 ++++++-- tests/Metadata/LinkTest.php | 17 ++++---- tests/Metadata/MetaTest.php | 5 ++- tests/Metadata/ScriptTest.php | 17 ++++---- tests/Metadata/StyleTest.php | 5 ++- tests/Metadata/TemplateTest.php | 2 +- 13 files changed, 84 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b242b65..e8e184c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ - Enh #51: Add `InputDate` class for HTML `` element with attributes and rendering capabilities (@terabytesoftw) - Enh #52: Add `InputColor` class for HTML `` element with attributes and rendering capabilities (@terabytesoftw) - Enh #53: Add `TextArea` class for HTML `