Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Commits
2bf77d0e
Commit
2bf77d0e
authored
4 years ago
by
dyszczo
Browse files
Options
Downloads
Patches
Plain Diff
fix: integration tests
parent
6f1eab76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/integration/bootstrap.php
+1
-1
1 addition, 1 deletion
tests/integration/bootstrap.php
with
1 addition
and
1 deletion
tests/integration/bootstrap.php
+
1
−
1
View file @
2bf77d0e
...
...
@@ -22,7 +22,7 @@ tests_add_filter( 'muplugins_loaded', function () {
},
100
);
putenv
(
'WP_TESTS_DIR='
.
getenv
(
'WP_DEVELOP_DIR'
)
.
'/tests/phpunit'
);
require_once
(
getenv
(
'WC_DEVELOP_DIR'
)
.
'/tests/bootstrap.php'
);
require_once
(
getenv
(
'WC_DEVELOP_DIR'
)
.
'/tests/
legacy/
bootstrap.php'
);
$plugins_to_active
=
get_option
(
'active_plugins'
);
if
(
!
is_array
(
$plugins_to_active
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment