Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions.

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

See #49542.

git-svn-id: https://develop.svn.wordpress.org/trunk@47780 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-05-10 12:07:49 +00:00
parent c860753778
commit c395d6fcd9
18 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
*
* @package WordPress
* @subpackage Unit Tests
* @since 3.5
* @since 3.5.0
* @group deprecated
*/
class Test_Functions_Deprecated extends WP_UnitTestCase {
class Tests_Functions_Deprecated extends WP_UnitTestCase {
/**
* List of functions that have been passed through _deprecated_function()