Changeset 43571 for trunk/tests/phpunit/tests/term/wpTaxonomy.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpTaxonomy.php
r42343 r43571 34 34 $taxonomy = rand_str(); 35 35 $taxonomy_object = new WP_Taxonomy( 36 $taxonomy, 'post', array( 36 $taxonomy, 37 'post', 38 array( 37 39 'public' => true, 38 40 'rewrite' => false, … … 59 61 $taxonomy = rand_str(); 60 62 $taxonomy_object = new WP_Taxonomy( 61 $taxonomy, 'post', array( 63 $taxonomy, 64 'post', 65 array( 62 66 'public' => true, 63 67 'rewrite' => true, … … 78 82 $taxonomy = rand_str(); 79 83 $taxonomy_object = new WP_Taxonomy( 80 $taxonomy, 'post', array( 84 $taxonomy, 85 'post', 86 array( 81 87 'public' => true, 82 88 'rewrite' => true,
Note: See TracChangeset
for help on using the changeset viewer.