mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Tests: Rename some classes in phpunit/tests/date/ per the naming conventions.
https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization Follow-up to [47780], [48911], [49327]. See #51802. git-svn-id: https://develop.svn.wordpress.org/trunk@50291 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @group post
|
||||
* @covers ::get_permalink
|
||||
*/
|
||||
class Tests_Date_Get_Permalink extends WP_UnitTestCase {
|
||||
class Tests_Date_GetPermalink extends WP_UnitTestCase {
|
||||
|
||||
function tearDown() {
|
||||
delete_option( 'permalink_structure' );
|
||||
|
||||
Reference in New Issue
Block a user