mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-10 21:40:08 +00:00
HTML API: Change wp infix in test classes to Wp.
In order to comply with the test class naming scheme set forth in #56846, rename the test classes covering the HTML API by changing the `wp` infix to `Wp`. Props dmsnell, costdev. Fixes #58899. See #56846. git-svn-id: https://develop.svn.wordpress.org/trunk@56299 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
*
|
||||
* @coversDefaultClass WP_HTML_Processor
|
||||
*/
|
||||
class Tests_HtmlApi_wpHtmlSupportRequiredOpenElements extends WP_UnitTestCase {
|
||||
class Tests_HtmlApi_WpHtmlSupportRequiredOpenElements extends WP_UnitTestCase {
|
||||
/**
|
||||
* Fails to assert if the HTML Processor handles the given tag.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user