- Timestamp:
- 02/06/2020 06:31:22 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesCommunityEvents.php
r45424 r47198 35 35 parent::setUp(); 36 36 37 require_once ( ABSPATH . 'wp-admin/includes/class-wp-community-events.php' );37 require_once ABSPATH . 'wp-admin/includes/class-wp-community-events.php'; 38 38 39 39 $this->instance = new WP_Community_Events( 1, $this->get_user_location() );
Note: See TracChangeset
for help on using the changeset viewer.