Changeset 35244 for trunk/tests/phpunit/tests/admin/includesPost.php
- Timestamp:
- 10/17/2015 07:24:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPost.php
r35242 r35244 5 5 */ 6 6 class Tests_Admin_includesPost extends WP_UnitTestCase { 7 8 function tearDown() {9 wp_set_current_user( 0 );10 parent::tearDown();11 }12 7 13 8 function test__wp_translate_postdata_cap_checks_contributor() {
Note: See TracChangeset
for help on using the changeset viewer.