Changeset 38763 for trunk/tests/phpunit/tests/admin/includesScreen.php
- Timestamp:
- 10/09/2016 01:29:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesScreen.php
r38382 r38763 155 155 156 156 function test_help_tabs() { 157 $tab = rand_str();157 $tab = __FUNCTION__; 158 158 $tab_args = array( 159 159 'id' => $tab, … … 279 279 */ 280 280 function test_options() { 281 $option = rand_str();281 $option = __FUNCTION__; 282 282 $option_args = array( 283 283 'label' => 'Option',
Note: See TracChangeset
for help on using the changeset viewer.