Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename test
  • Loading branch information
ockham committed Nov 28, 2023
commit 9339ea2308e2804fc053c62118634e849260591f
2 changes: 1 addition & 1 deletion tests/phpunit/tests/blocks/getHookedBlockMarkup
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Tests_Blocks_GetHookedBlockMarkup extends WP_UnitTestCase
*
* @covers ::get_hooked_block_markup
*/
public function test_get_hooked_block_markup() {
public function test_get_hooked_block_markup_adds_metadata() {
$anchor_block = array(
'blockName' => 'tests/anchor-block',
);
Expand Down