Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/16/2015 10:15:17 AM (10 years ago)
Author:
netweb
Message:

Tests: Use multiple replies in test test_bbp_get_user_replies_created(), this was accidently introcuced in r5890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/users/functions/counts.php

    r5890 r5919  
    140140        $this->assertFalse( $has_replies );
    141141
    142         $r = $this->factory->reply->create( array(
     142        $r = $this->factory->reply->create_many( 3, array(
    143143            'post_parent' => $t,
    144144            'post_author' => $u,
Note: See TracChangeset for help on using the changeset viewer.