Skip to content

Commit a129457

Browse files
Tests: Rename the wpGetPluginActionButton.php test file to match the new pattern.
This aims to make the test suite directory and file structure more intuitive for new contributors to work with, as well as follow the PHPUnit recommended test class name pattern with having `Test` as the end of the class name. Follow-up to [58396], [61407]. See #53010. git-svn-id: https://develop.svn.wordpress.org/trunk@62297 602fd350-edb4-49c9-b593-d223f7449a82
1 parent bd4e3c9 commit a129457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/admin/includes/wpGetPluginActionButton.php renamed to tests/phpunit/tests/admin/Admin_Includes_Plugin_Install_WpGetPluginActionButton_Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @covers ::wp_get_plugin_action_button
1010
*/
11-
class Tests_Admin_Includes_WpGetPluginActionButton extends WP_UnitTestCase {
11+
class Admin_Includes_Plugin_Install_WpGetPluginActionButton_Test extends WP_UnitTestCase {
1212

1313
/**
1414
* User role.

0 commit comments

Comments
 (0)