mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-29 08:54:28 +00:00
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:
@@ -6,7 +6,7 @@
|
||||
* @group functions.php
|
||||
* @ticket 42870
|
||||
*/
|
||||
class Tests_Functions_Is_Serialized_String extends WP_UnitTestCase {
|
||||
class Tests_Functions_IsSerializedString extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Data provider method for testing `is_serialized_string()`.
|
||||
|
||||
Reference in New Issue
Block a user