Skip to content

Commit e053a62

Browse files
committed
Add description to test class
1 parent 750b10b commit e053a62

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
/**
44
* Unit tests covering HTML API functionality.
55
*
6-
* @todo add descriptive paragraph here.
6+
* This test suite runs a set of tests on the HTML API using a third-party suite of test fixtures.
7+
* A third-party test suite allows the HTML API's behavior to be compared against an external
8+
* standard. Without a third-party, there is risk of oversight or misinterpretation of the standard
9+
* being implemented in application code and in tests. html5lib-tests is used by other projects like
10+
* browsers or other HTML parsers for the same purpose of validating behavior against an
11+
* external reference.
12+
*
13+
* See the README file at DIR_TESTDATA / html5lib-tests for details on the third-party suite.
714
*
815
* @package WordPress
916
* @subpackage HTML-API

0 commit comments

Comments
 (0)