We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c89c54 commit 356f590Copy full SHA for 356f590
1 file changed
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -12,7 +12,7 @@
12
*
13
* @coversDefaultClass WP_HTML_Processor
14
*/
15
-class Tests_HtmlApi_WpHtmlProcessorHtml5lib extends WP_UnitTestCase {
+class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
16
17
/**
18
* The HTML Processor only accepts HTML in document <body>.
@@ -51,7 +51,7 @@ class Tests_HtmlApi_WpHtmlProcessorHtml5lib extends WP_UnitTestCase {
51
* @param string $html Given test HTML.
52
* @param string $result Tree structure of parsed HTML.
53
54
- public function test_external_html5lib( $fragment_context, $html, $result ) {
+ public function test_parse( $fragment_context, $html, $result ) {
55
if ( self::SKIP_HEAD_TESTS ) {
56
$html_start = "<html>\n <head>\n <body>\n";
57
if (
0 commit comments