Changeset 52010 for trunk/tests/phpunit/tests/post/wpListPages.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpListPages.php
r49603 r52010 116 116 } 117 117 118 function test_wp_list_pages_default() {118 public function test_wp_list_pages_default() { 119 119 $args = array( 120 120 'echo' => false, … … 147 147 } 148 148 149 function test_wp_list_pages_depth() {149 public function test_wp_list_pages_depth() { 150 150 $args = array( 151 151 'echo' => false, … … 161 161 } 162 162 163 function test_wp_list_pages_show_date() {163 public function test_wp_list_pages_show_date() { 164 164 $args = array( 165 165 'echo' => false, … … 177 177 } 178 178 179 function test_wp_list_pages_date_format() {179 public function test_wp_list_pages_date_format() { 180 180 $args = array( 181 181 'echo' => false, … … 211 211 } 212 212 213 function test_wp_list_pages_child_of() {213 public function test_wp_list_pages_child_of() { 214 214 $args = array( 215 215 'echo' => false, … … 225 225 } 226 226 227 function test_wp_list_pages_exclude() {227 public function test_wp_list_pages_exclude() { 228 228 $args = array( 229 229 'echo' => false, … … 253 253 } 254 254 255 function test_wp_list_pages_title_li() {255 public function test_wp_list_pages_title_li() { 256 256 $args = array( 257 257 'echo' => false, … … 268 268 } 269 269 270 function test_wp_list_pages_echo() {270 public function test_wp_list_pages_echo() { 271 271 $args = array( 272 272 'echo' => true, … … 283 283 } 284 284 285 function test_wp_list_pages_authors() {285 public function test_wp_list_pages_authors() { 286 286 $args = array( 287 287 'echo' => false, … … 295 295 } 296 296 297 function test_wp_list_pages_number() {297 public function test_wp_list_pages_number() { 298 298 $args = array( 299 299 'echo' => false, … … 308 308 } 309 309 310 function test_wp_list_pages_sort_column() {310 public function test_wp_list_pages_sort_column() { 311 311 $args = array( 312 312 'echo' => false, … … 324 324 } 325 325 326 function test_wp_list_pages_link_before() {326 public function test_wp_list_pages_link_before() { 327 327 $args = array( 328 328 'echo' => false, … … 356 356 } 357 357 358 function test_wp_list_pages_link_after() {358 public function test_wp_list_pages_link_after() { 359 359 $args = array( 360 360 'echo' => false, … … 389 389 390 390 391 function test_wp_list_pages_include() {391 public function test_wp_list_pages_include() { 392 392 $args = array( 393 393 'echo' => false, … … 402 402 } 403 403 404 function test_wp_list_pages_exclude_tree() {404 public function test_wp_list_pages_exclude_tree() { 405 405 $args = array( 406 406 'echo' => false, … … 420 420 } 421 421 422 function test_wp_list_pages_discarded_whitespace() {422 public function test_wp_list_pages_discarded_whitespace() { 423 423 $args = array( 424 424 'echo' => false,
Note: See TracChangeset
for help on using the changeset viewer.