Changeset 43571 for trunk/tests/phpunit/tests/term/getTermLink.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/getTermLink.php
r42343 r43571 66 66 public function test_taxonomy_with_query_var_should_use_that_query_var_with_term_slug() { 67 67 register_taxonomy( 68 'wptests_tax2', 'post', array( 68 'wptests_tax2', 69 'post', 70 array( 69 71 'query_var' => 'foo', 70 72 ) … … 84 86 public function test_taxonomy_without_query_var_should_use_taxonomy_query_var_and_term_query_var_with_term_slug() { 85 87 register_taxonomy( 86 'wptests_tax2', 'post', array( 88 'wptests_tax2', 89 'post', 90 array( 87 91 'query_var' => false, 88 92 ) … … 105 109 106 110 register_taxonomy( 107 'wptests_tax2', 'post', array( 111 'wptests_tax2', 112 'post', 113 array( 108 114 'hierarchical' => true, 109 115 'rewrite' => array( … … 140 146 141 147 register_taxonomy( 142 'wptests_tax2', 'post', array( 148 'wptests_tax2', 149 'post', 150 array( 143 151 'hierarchical' => true, 144 152 'rewrite' => array(
Note: See TracChangeset
for help on using the changeset viewer.