Directory

HTML API: Tests should use expectedIncorrectUsage phpunit annotation · WordPress/WordPress@4aa1d98 · GitHub
Skip to content

Commit

Permalink
HTML API: Tests should use expectedIncorrectUsage phpunit annotation
Browse files Browse the repository at this point in the history
Some tests in the HTML API test suite use `setExpectedIncorrectUsage`.
The annotation `@expectedIncorrectUsage` can be used to simplify the tests.

Developed in WordPress/wordpress-develop#6449
Discussed in https://core.trac.wordpress.org/ticket/61080

Fixes #61080.
Props dmsnell, jonsurrell.

Built from https://develop.svn.wordpress.org/trunk@58048


git-svn-id: http://core.svn.wordpress.org/trunk@57513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
dmsnell committed Apr 26, 2024
1 parent 9c84041 commit 4aa1d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58046';
$wp_version = '6.6-alpha-58048';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 4aa1d98

Please sign in to comment.