Changeset 48996 for trunk/tests/phpunit/tests/comment/wpAllowComment.php
- Timestamp:
- 09/18/2020 01:22:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpAllowComment.php
r48121 r48996 53 53 } 54 54 55 /**56 * @expectedException WPDieException57 */58 55 public function test_die_as_duplicate_if_comment_author_name_and_emails_match() { 56 $this->expectException( 'WPDieException' ); 57 59 58 $now = time(); 60 59 $comment_data = array(
Note: See TracChangeset
for help on using the changeset viewer.