Changeset 43571 for trunk/tests/phpunit/tests/admin/includesScreen.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesScreen.php
r42343 r43571 263 263 $screen->add_help_tab( $tab_args ); 264 264 $this->assertEquals( 265 $screen->get_help_tab( $tab ), array( 265 $screen->get_help_tab( $tab ), 266 array( 266 267 'id' => $tab, 267 268 'title' => 'Help!', … … 353 354 $tab_4 => $tab_4_args, 354 355 $tab_3 => $tab_3_args, 355 ), $tabs 356 ), 357 $tabs 356 358 ); 357 359
Note: See TracChangeset
for help on using the changeset viewer.