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