mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-14 13:50:24 +00:00
Tests: Clean up some existing @covers tags.
The `()` at the end is unnecessary and disregarded by PHPUnit, so can be removed. Props jrf. See #39265. git-svn-id: https://develop.svn.wordpress.org/trunk@48858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -61,7 +61,7 @@ class Tests_Admin_WpPrivacyRequestsTable extends WP_UnitTestCase {
|
||||
* @param string $expected Expected in SQL query.
|
||||
|
||||
* @dataProvider data_test_columns_should_be_sortable
|
||||
* @covers WP_Privacy_Requests_Table::prepare_items()
|
||||
* @covers WP_Privacy_Requests_Table::prepare_items
|
||||
* @ticket 43960
|
||||
*/
|
||||
public function test_columns_should_be_sortable( $order, $orderby, $search, $expected ) {
|
||||
|
||||
Reference in New Issue
Block a user