Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
pfefferle committed Jan 15, 2025
1 parent 58a84d9 commit c291d03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/includes/class-test-shortcodes.php
Original file line number Diff line number Diff line change
@@ -24,6 +24,9 @@ class Test_Shortcodes extends \WP_UnitTestCase {
*/
protected $post;

/**
* Set up the test.
*/
public function set_up() {
parent::set_up();

@@ -41,6 +44,9 @@ public function set_up() {
);
}

/**
* Tear down the test.
*/
public function tear_down() {
parent::tear_down();

@@ -49,6 +55,7 @@ public function tear_down() {
// Delete the post.
wp_delete_post( $this->post->ID, true );
}

/**
* Test the content shortcode.
*/

0 comments on commit c291d03

Please sign in to comment.