Changeset 51568 for trunk/tests/phpunit/tests/ajax/DimComment.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ajax/DimComment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DimComment.php
r51462 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 $this->_comments = self::factory()->comment->create_post_comments( $post_id, 15 );
Note: See TracChangeset
for help on using the changeset viewer.