Changeset 6848 for trunk/tests/phpunit/testcases/admin/tools.php
- Timestamp:
- 08/09/2018 07:53:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/admin/tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/admin/tools.php
r6585 r6848 642 642 ) ); 643 643 644 // Forums should NOT have a_bbp_forum_id meta key645 $this->assertEquals( array( ), get_post_meta( $f, '_bbp_forum_id', false ) );644 // Forums should have an empty _bbp_forum_id meta key 645 $this->assertEquals( array( 0 => '0' ), get_post_meta( $f, '_bbp_forum_id', false ) ); 646 646 647 647 // Topics should have a _bbp_forum_id meta key
Note: See TracChangeset
for help on using the changeset viewer.