#56793 closed task (blessed) (fixed)
Test tool and unit test improvements for 6.2
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Change History (105)
This ticket was mentioned in PR #3498 on WordPress/wordpress-develop by @desrosj.
2 years ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/56793
This ticket was mentioned in PR #3638 on WordPress/wordpress-develop by @desrosj.
2 years ago
#28
This extracts various inline documentation corrections, removal of unnecessary or repetitive debugging output, and organizational improvements from #3460 that were unrelated to the goal of that PR.
Trac ticket: https://core.trac.wordpress.org/ticket/56793
This ticket was mentioned in PR #3745 on WordPress/wordpress-develop by @costdev.
2 years ago
#36
- Keywords has-unit-tests added
This PR:
- [x] Renames the test class to be compliant with standards.
- [x] Adds a
@covers
annotation. - [x] Removes unnecessary
remove_filter()
calls. - [x] Moves an unrelated test,
test_should_enqueue_stored_styles()
to its own file. - [x] Converts
private
properties toprivate static
. - [x] Optimizes
set_up()
andtear_down()
to make use ofset_up_before_class()
andtear_down_after_class()
. - [x] Documents the
filter_set_theme_root()
callback method. - [x] Implements a data provider for the tests to reduce code repetition.
Trac ticket: https://core.trac.wordpress.org/ticket/56793
This ticket was mentioned in PR #3929 on WordPress/wordpress-develop by @desrosj.
2 years ago
#67
Trac ticket: https://core.trac.wordpress.org/ticket/56793
#68
@
2 years ago
I've created #57572 to split out any GitHub Actions changes. We've mostly grouped those in with this ticket release to release, but now that Actions are doing more than just testing, it's worth having a separate ticket.
This ticket was mentioned in Slack in #core by costdev. View the logs.
2 years ago
This ticket was mentioned in Slack in #core by mukeshpanchal27. View the logs.
2 years ago
This ticket was mentioned in Slack in #core by costdev. View the logs.
2 years ago
#85
@
2 years ago
- Resolution set to fixed
- Status changed from new to closed
As we're about to enter RC, closing this ticket out for 6.2.
@hellofromTonya commented on PR #3745:
2 years ago
#105
Committed via https://core.trac.wordpress.org/changeset/55572.
In 54651: