Skip to:
Content

bbPress.org

Changeset 5789


Ignore:
Timestamp:
05/23/2015 05:55:46 AM (9 years ago)
Author:
netweb
Message:

Tests: Remove erroneous assertion in test_bbp_get_all_child_ids()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/common/query.php

    r5787 r5789  
    146146        $count = count( bbp_get_all_child_ids( $t1[0], bbp_get_reply_post_type() ) );
    147147        $this->assertSame( 7, $count );
    148 
    149         /* Total sub forums, topics, and replies ******************************/
    150 
    151         $count = count( bbp_get_all_child_ids( $f ) );
    152         $this->assertSame( 0, $count );
    153148    }
    154149}
Note: See TracChangeset for help on using the changeset viewer.