You appear to be a bot. Output may be restricted
Description
Performs setup tasks before the first test is run.
Usage
Tests_Admin_wpCommunityEvents::set_up_before_class();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/admin/wpCommunityEvents.php
Lines:
1 to 6 of 6
public static function set_up_before_class() { parent::set_up_before_class(); require_once ABSPATH . 'wp-admin/includes/class-wp-community-events.php'; }