Tests: Bring some consistency to links_add_base_url() and links_add_target() tests.

Includes:
* Correcting the test class name as per the naming conventions.
* Documenting data provider values using hash notation.
* Passing the `$attrs` parameter to the function if not `null`.

Follow-up to [26328], [55563], [59162].

See #61530.
Built from https://develop.svn.wordpress.org/trunk@59163


git-svn-id: http://core.svn.wordpress.org/trunk@58558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-10-03 23:44:19 +00:00
parent 0c217f9cf3
commit 3208c28c07

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-beta1-59162';
$wp_version = '6.7-beta1-59163';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.