Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wordpress
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab
CI
wordpress
Merge requests
!13
Satisfy dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Satisfy dependencies
add/phpunit-polyfills
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Erick Hitter
requested to merge
add/phpunit-polyfills
into
main
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Error: The PHPUnit Polyfills library is a requirement for running the WP test suite.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ff97c97a
1 commit,
3 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
plugins/templates/before-script.yml
+
3
−
0
Options
@@ -13,3 +13,6 @@ before_script:
else
composer global require "phpunit/phpunit=4.8.*"
fi
# PHPUnit requirements
-
composer global require yoast/phpunit-polyfills
Loading