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:
Sergey Biryukov
2020-08-25 00:57:17 +00:00
parent 25c9718a1e
commit c20372e0aa
22 changed files with 191 additions and 191 deletions
@@ -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 ) {