Changeset 52010 for trunk/tests/phpunit/tests/term/slashes.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/slashes.php
r51568 r52010 13 13 } 14 14 15 function set_up() {15 public function set_up() { 16 16 parent::set_up(); 17 17 … … 30 30 * Tests the model function that expects slashed data. 31 31 */ 32 function test_wp_insert_term() {32 public function test_wp_insert_term() { 33 33 $taxonomies = array( 34 34 'category', … … 77 77 * Tests the model function that expects slashed data. 78 78 */ 79 function test_wp_update_term() {79 public function test_wp_update_term() { 80 80 $taxonomies = array( 81 81 'category',
Note: See TracChangeset
for help on using the changeset viewer.