Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
75492309
Commit
75492309
authored
Sep 10, 2017
by
Erick Hitter
Browse files
PHPCS fixes
parent
60baeb0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-rest-api.php
View file @
75492309
...
...
@@ -18,7 +18,8 @@ class REST_API_Tests extends \WP_UnitTestCase {
parent
::
setUp
();
global
$wp_rest_server
;
$this
->
server
=
$wp_rest_server
=
new
\
WP_REST_Server
;
$wp_rest_server
=
new
\
WP_REST_Server
;
$this
->
server
=
$wp_rest_server
;
do_action
(
'rest_api_init'
);
// make sure the schedule is clear.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment