Skip to content

Commit 0e73aa1

Browse files
authored
jetpack: Fix test class comment (#42228)
This reference to a Core class got incorrectly changed in #42028. Further, it should really be either a file comment or a class comment (#37290 seems to have screwed that up).
1 parent 5d58c49 commit 0e73aa1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: other
3+
Comment: Fix test class comment
4+
5+

projects/plugins/jetpack/tests/php/lib/Jetpack_REST_TestCase.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22
/**
3+
* This is WP_Test_REST_Controller_Testcase without the unneeded abstract methods.
4+
*
35
* @package automattic/jetpack
46
*/
57

6-
// This is REST_Controller_Testcase without the unneeded abstract methods.
78
require_once __DIR__ . '/class-jptest-spy-rest-server.php';
89

910
if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {

0 commit comments

Comments
 (0)