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
Add PHPDoc for set_up
  • Loading branch information
ockham committed Sep 4, 2025
commit beb4de6aa35e48e4c40dd447b262d95980efc276
5 changes: 5 additions & 0 deletions tests/phpunit/tests/block-bindings/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ public static function wpSetUpBeforeClass() {
);
}

/**
* Sets up the test fixture.
*
* @since 6.9.0
*/
public function set_up() {
parent::set_up();

Expand Down
Loading