You appear to be a bot. Output may be restricted Description Usage MockAction::get_tags(); Parameters Returns void Source File name: wordpress-develop-tests/phpunit/includes/utils.php Lines: 1 to 8 of 8 public function get_tags() { $out = array(); foreach ( $this->events as $e ) { $out[] = $e['tag']; } return $out; } View on GitHub