Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
f0cae427
Verified
Commit
f0cae427
authored
Nov 15, 2016
by
Erick Hitter
Browse files
Organizational cleanup
parent
a4032fca
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/bootstrap.php
View file @
f0cae427
...
...
@@ -24,7 +24,7 @@ function _manually_load_plugin() {
tests_add_filter
(
'muplugins_loaded'
,
'_manually_load_plugin'
);
// Utilities
require_once
__DIR__
.
'/utils.php'
;
require_once
__DIR__
.
'/
includes/
utils.php'
;
// Start up the WP testing environment.
require
$_tests_dir
.
'/includes/bootstrap.php'
;
tests/utils.php
→
tests/
includes/
utils.php
View file @
f0cae427
File moved
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