File tree Expand file tree Collapse file tree
tests/phpunit/tests/admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,23 +124,23 @@ public function data_should_only_add_primary_column_when_needed() {
124124 }
125125
126126 /**
127- * Tests the "get_views_links()" method.
128- *
129- * @ticket 42066
130- *
131- * @covers WP_List_Table::get_views_links
132- *
133- * @dataProvider data_get_views_links
134- *
135- * @param array $link_data {
136- * An array of link data.
137- *
138- * @type string $url The link URL.
139- * @type string $label The link label.
140- * @type bool $current Optional. Whether this is the currently selected view.
141- * }
142- * @param array $expected
143- */
127+ * Tests the "get_views_links()" method.
128+ *
129+ * @ticket 42066
130+ *
131+ * @covers WP_List_Table::get_views_links
132+ *
133+ * @dataProvider data_get_views_links
134+ *
135+ * @param array $link_data {
136+ * An array of link data.
137+ *
138+ * @type string $url The link URL.
139+ * @type string $label The link label.
140+ * @type bool $current Optional. Whether this is the currently selected view.
141+ * }
142+ * @param array $expected
143+ */
144144 public function test_get_views_links ( $ link_data , $ expected ) {
145145 $ get_views_links = new ReflectionMethod ( self ::$ list_table , 'get_views_links ' );
146146 $ get_views_links ->setAccessible ( true );
You can’t perform that action at this time.
0 commit comments