Changeset 54889 for trunk/tests/phpunit/tests/admin/wpCommentsListTable.php
- Timestamp:
- 11/29/2022 12:32:37 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpCommentsListTable.php
r54215 r54889 11 11 protected $table; 12 12 13 function set_up() {13 public function set_up() { 14 14 parent::set_up(); 15 15 $this->table = _get_list_table( 'WP_Comments_List_Table', array( 'screen' => 'edit-comments' ) );
Note: See TracChangeset
for help on using the changeset viewer.