Changeset 812 in tests
- Timestamp:
- 06/30/2012 08:56:14 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-testcase/test_includes_taxonomy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-testcase/test_includes_taxonomy.php
r799 r812 97 97 } 98 98 99 /** 100 * @group taxonomy 101 */ 99 102 class TestTermAPI extends WP_UnitTestCase { 100 103 var $taxonomy = 'category'; … … 185 188 foreach ($term_id as $term=>$id) { 186 189 $actual = get_objects_in_term($id, $this->taxonomy); 187 $this->assertEquals( $ this->post_ids, array_map('intval', $actual) );190 $this->assertEquals( $ids, array_map('intval', $actual) ); 188 191 } 189 192
Note: See TracChangeset
for help on using the changeset viewer.