Changeset 52010 for trunk/tests/phpunit/tests/post/template.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/template.php
r51566 r52010 6 6 class Tests_Post_Template extends WP_UnitTestCase { 7 7 8 function test_wp_link_pages() {8 public function test_wp_link_pages() { 9 9 $contents = array( 'One', 'Two', 'Three' ); 10 10 $content = implode( '<!--nextpage-->', $contents ); … … 132 132 } 133 133 134 function test_wp_dropdown_pages() {134 public function test_wp_dropdown_pages() { 135 135 $none = wp_dropdown_pages( array( 'echo' => 0 ) ); 136 136 $this->assertEmpty( $none );
Note: See TracChangeset
for help on using the changeset viewer.