Changeset 39088 for trunk/tests/phpunit/tests/user/capabilities.php
- Timestamp:
- 11/02/2016 05:54:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/capabilities.php
r39082 r39088 1655 1655 $wp_roles->add_role( $this->_role_test_wp_roles_init['role'], $this->_role_test_wp_roles_init['info']['name'], $this->_role_test_wp_roles_init['info']['capabilities'] ); 1656 1656 } 1657 1658 /** 1659 * @ticket 23016 1660 * @expectedDeprecated WP_Roles::reinit 1661 */ 1662 public function test_wp_roles_reinit_deprecated() { 1663 $wp_roles = new WP_Roles(); 1664 $wp_roles->reinit(); 1665 } 1657 1666 }
Note: See TracChangeset
for help on using the changeset viewer.