Changeset 47122 for trunk/tests/phpunit/tests/admin/includesPlugin.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/admin/includesPlugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPlugin.php
r46868 r47122 33 33 update_option( 'siteurl', 'http://example.com' ); 34 34 35 // add some pages35 // Add some pages. 36 36 add_options_page( 'Test Settings', 'Test Settings', 'manage_options', 'testsettings', 'mt_settings_page' ); 37 37 add_management_page( 'Test Tools', 'Test Tools', 'manage_options', 'testtools', 'mt_tools_page' );
Note: See TracChangeset
for help on using the changeset viewer.