Skip to content

Commit

Permalink
Change test file name to camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Apr 28, 2024
1 parent ffefb68 commit 4dd1212
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@
* @package WordPress
* @subpackage Blocks
* @covers ::gutenberg_render_block_core_post_excerpt
*/

/**
* Tests for the Post Excerpt block.
*
* @group blocks
*/
class Tests_Blocks_GutenbergRenderBlockCorePostExcerpt extends WP_UnitTestCase {
class Tests_Blocks_RenderBlockCorePostExcerpt extends WP_UnitTestCase {

/**
* Post object with data.
Expand Down Expand Up @@ -71,8 +66,6 @@ public static function wpTearDownAfterClass() {
/**
* Test gutenberg_render_block_core_post_excerpt() method
* with empty data.
*
* @covers ::gutenberg_render_block_core_post_excerpt
*/
public function test_gutenberg_render_block_core_post_excerpt_empty() {
$block = new stdClass();
Expand All @@ -84,8 +77,6 @@ public function test_gutenberg_render_block_core_post_excerpt_empty() {

/**
* Test gutenberg_render_block_core_post_excerpt() method.
*
* @covers ::gutenberg_render_block_core_post_excerpt
*/
public function test_gutenberg_render_block_core_post_excerpt() {

Expand Down

0 comments on commit 4dd1212

Please sign in to comment.