Skip to content

Commit

Permalink
Add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed May 29, 2024
1 parent bd976b9 commit 599d5f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/phpunit/tests/blocks/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,8 @@ public function test_block_registers_with_metadata_fixture() {

// @ticket 53148
$this->assertIsCallable( $result->render_callback );
// @ticket 61280
$this->assertIsCallable( $result->variations_callback );
}

/**
Expand Down

0 comments on commit 599d5f2

Please sign in to comment.