Changeset 52010 for trunk/tests/phpunit/tests/comment/walker.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/walker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/walker.php
r51568 r52010 6 6 class Tests_Comment_Walker extends WP_UnitTestCase { 7 7 8 function set_up() {8 public function set_up() { 9 9 parent::set_up(); 10 10 … … 15 15 * @ticket 14041 16 16 */ 17 function test_has_children() {17 public function test_has_children() { 18 18 $comment_parent = self::factory()->comment->create( array( 'comment_post_ID' => $this->post_id ) ); 19 19 $comment_child = self::factory()->comment->create(
Note: See TracChangeset
for help on using the changeset viewer.