Changeset 51568 for trunk/tests/phpunit/tests/ajax/EditComment.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ajax/EditComment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/EditComment.php
r48997 r51568 26 26 * Sets up the test fixture. 27 27 */ 28 public function set Up() {29 parent::set Up();28 public function set_up() { 29 parent::set_up(); 30 30 $post_id = self::factory()->post->create(); 31 31 self::factory()->comment->create_post_comments( $post_id, 5 );
Note: See TracChangeset
for help on using the changeset viewer.