We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5249c commit eaed863Copy full SHA for eaed863
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -138,10 +138,6 @@ public function data_external_html5lib_tests() {
138
* @return bool True if the test case should be skipped. False otherwise.
139
*/
140
private static function should_skip_test( ?string $test_context_element, string $test_name ): bool {
141
- if ( null !== $test_context_element && 'body' !== $test_context_element ) {
142
- return true;
143
- }
144
-
145
if ( array_key_exists( $test_name, self::SKIP_TESTS ) ) {
146
return true;
147
}
0 commit comments