wordpress-develop/tests/phpunit/tests/html-api
Dennis Snell f16c79281c HTML API: Test cleanup
Rename `$p` variable to `$processor` in tests for clarity.

Use static data providers. A mix of static and non-static data providers were
used in HTML API tests.  Data providers are required to be static in the next
PHPUnit version and there's no harm in using them consistently now.

Follow-up to [57507]

Props jonsurrell
See #59647



git-svn-id: https://develop.svn.wordpress.org/trunk@57508 602fd350-edb4-49c9-b593-d223f7449a82
2024-02-01 01:00:56 +00:00
..
wpHtmlProcessor.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlProcessorBreadcrumbs.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlProcessorSemanticRules.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlProcessorSemanticRulesHeadingElements.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlProcessorSemanticRulesListElements.php HTML API: Add support for list elements. 2024-01-10 14:03:57 +00:00
wpHtmlSupportRequiredHtmlProcessor.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlSupportRequiredOpenElements.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlTagProcessor-bookmark.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlTagProcessor-token-scanning.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00
wpHtmlTagProcessor.php HTML API: Test cleanup 2024-02-01 01:00:56 +00:00