Tests: Fix typo in a data provider name.

Follow-up to [52261], [52387].

See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@52388 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-12-18 21:44:57 +00:00
parent a3fd024eba
commit 77757441a4

View File

@@ -564,7 +564,7 @@ class Tests_Blocks_Register extends WP_UnitTestCase {
* Test case to validate `_doing_it_wrong()` when block style name attribute
* contains one or more spaces.
*
* @dataProvider data_register_block_style_name_contain_spaces
* @dataProvider data_register_block_style_name_contains_spaces
*
* @ticket 54296
*