Changeset 35244 for trunk/tests/phpunit/tests/comment-submission.php
- Timestamp:
- 10/17/2015 07:24:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment-submission.php
r35242 r35244 11 11 } 12 12 13 function tearDown() {14 wp_set_current_user( 0 );15 parent::tearDown();16 }17 18 13 public function test_submitting_comment_to_invalid_post_returns_error() { 19 20 14 $error = 'comment_id_not_found'; 21 15
Note: See TracChangeset
for help on using the changeset viewer.