Tests: Rename classes in block template tests per the naming conventions.

https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization

Follow-up to [51003], as a continuation of the previous changes in ​[47780], [48911], [49327], [50291], [50292], [50342], [50452], [50453], [50456], [50967], [50968], [50969], [51491], [51492], [51493], [51623], [51639], [51646], [51650], [51651], [51860], [52264].

See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@52265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-11-29 03:21:26 +00:00
parent e5882f4c20
commit 10cec96f8c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
*
* @group block-templates
*/
class Block_Template_Utils_Test extends WP_UnitTestCase {
class Tests_Block_Template_Utils extends WP_UnitTestCase {
private static $post;
private static $template_part_post;

View File

@ -10,7 +10,7 @@
*
* @group block-templates
*/
class Block_Template_Test extends WP_UnitTestCase {
class Tests_Block_Template extends WP_UnitTestCase {
private static $post;
private static $template_canvas_path = ABSPATH . WPINC . '/template-canvas.php';