Changeset 43571 for trunk/tests/phpunit/tests/term/termExists.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/termExists.php
r42343 r43571 92 92 public function test_term_exists_taxonomy_nonempty_parent_nonempty_match_slug() { 93 93 register_taxonomy( 94 'foo', 'post', array( 94 'foo', 95 'post', 96 array( 95 97 'hierarchical' => true, 96 98 ) … … 124 126 public function test_term_exists_taxonomy_nonempty_parent_0_should_return_false_for_child_term() { 125 127 register_taxonomy( 126 'foo', 'post', array( 128 'foo', 129 'post', 130 array( 127 131 'hierarchical' => true, 128 132 ) … … 152 156 public function test_term_exists_taxonomy_nonempty_parent_nonempty_match_name() { 153 157 register_taxonomy( 154 'foo', 'post', array( 158 'foo', 159 'post', 160 array( 155 161 'hierarchical' => true, 156 162 )
Note: See TracChangeset
for help on using the changeset viewer.