Closed abdulmannans closed 7 months ago
Introduction of a New Hr
Class
A new class named Hr
has been added. It's located in the src/Tag
directory and extends the VoidTag
class.
Addition of an HrTest
Test Class
We've also brought in a new test class called HrTest
. It's lying in the tests/common/Tag
directory and extends from TestCase
. It’s purpose is to validate that invoking Hr::tag()
returns a correct string representation of the HTML <hr>
element (horizontal line).
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
2398d1a
) to head (5a92d95
).:exclamation: Current head 5a92d95 differs from pull request most recent head e59a734. Consider uploading reports for the commit e59a734 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@vjik Please check and let me know
@vjik can you please review this?
@abdulmannans Thank you!
Test cases Passed