Changeset 54088 for trunk/tests/phpunit/tests/comment/checkComment.php
- Timestamp:
- 09/06/2022 10:03:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/checkComment.php
r53863 r54088 139 139 */ 140 140 public function test_should_return_true_when_comment_previously_approved_is_enabled_and_user_has_previously_approved_comments_with_different_email() { 141 $subscriber_id = $this->factory()->user->create(141 $subscriber_id = self::factory()->user->create( 142 142 array( 143 143 'role' => 'subscriber', … … 171 171 */ 172 172 public function test_should_return_false_when_comment_previously_approved_is_enabled_and_user_does_not_have_a_previously_approved_comment_with_any_email() { 173 $subscriber_id = $this->factory()->user->create(173 $subscriber_id = self::factory()->user->create( 174 174 array( 175 175 'role' => 'subscriber',
Note: See TracChangeset
for help on using the changeset viewer.