-
Notifications
You must be signed in to change notification settings - Fork 22
Upgrade integration tests to a common standard #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…attic/vip-go-ci into update/intgr-tests-common-standard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code analysis identified issues
VIP Code Analysis Bot has identified potential problems in this pull request during automated scanning. We recommend reviewing the issues noted and that they are resolved.
phpcs scanning turned up:
🚫 68 errors
This bot provides automated PHP linting and PHPCS scanning. For more information about the bot and available customizations, see our documentation.
Scan run detail
Software versions
Options file (
|
PHP lint optionsPHP lint files enabled:
Lint modified files only:
Lint files with file extensions:
Directories not PHP linted:
SVG configurationSVG scanning enabled:
Scan added/modified files with file extensions:
Auto-approval configurationAuto-approvals enabled:
Non-functional changes auto-approved:
Files with file extensions to consider for non-functional change auto-approval:
Auto-approved file-types:
|
PHPCS configurationPHPCS scanning enabled:
PHPCS severity level:
Standard(s) used:
Runtime set:
Scan added/modified files with file extensions:
Custom sniffs included:
Custom sniffs excluded:
Directories not PHPCS scanned:
WPScan API configurationWPScan API scanning enabled:
|
Posting will continue in further review(s)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous scan continued.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous scan continued.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous scan continued.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code analysis identified issues
VIP Code Analysis Bot has identified potential problems in this pull request during automated scanning. We recommend reviewing the issues noted and that they are resolved.
phpcs scanning turned up:
🚫 20 errors
This bot provides automated PHP linting and PHPCS scanning. For more information about the bot and available customizations, see our documentation.
Scan run detail
Software versions
Options file (
|
PHP lint optionsPHP lint files enabled:
Lint modified files only:
Lint files with file extensions:
Directories not PHP linted:
SVG configurationSVG scanning enabled:
Scan added/modified files with file extensions:
Auto-approval configurationAuto-approvals enabled:
Non-functional changes auto-approved:
Files with file extensions to consider for non-functional change auto-approval:
Auto-approved file-types:
|
PHPCS configurationPHPCS scanning enabled:
PHPCS severity level:
Standard(s) used:
Runtime set:
Scan added/modified files with file extensions:
Custom sniffs included:
Custom sniffs excluded:
Directories not PHPCS scanned:
WPScan API configurationWPScan API scanning enabled:
|
Posting will continue in further review(s)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous scan continued.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code analysis identified issues
VIP Code Analysis Bot has identified potential problems in this pull request during automated scanning. We recommend reviewing the issues noted and that they are resolved.
phpcs scanning turned up:
🚫 9 errors
This bot provides automated PHP linting and PHPCS scanning. For more information about the bot and available customizations, see our documentation.
Scan run detail
Software versions
Options file (
|
PHP lint optionsPHP lint files enabled:
Lint modified files only:
Lint files with file extensions:
Directories not PHP linted:
SVG configurationSVG scanning enabled:
Scan added/modified files with file extensions:
Auto-approval configurationAuto-approvals enabled:
Non-functional changes auto-approved:
Files with file extensions to consider for non-functional change auto-approval:
Auto-approved file-types:
|
PHPCS configurationPHPCS scanning enabled:
PHPCS severity level:
Standard(s) used:
Runtime set:
Scan added/modified files with file extensions:
Custom sniffs included:
Custom sniffs excluded:
Directories not PHPCS scanned:
WPScan API configurationWPScan API scanning enabled:
|
Dismissing review as all inline comments are obsolete by now
Dismissing review as all inline comments are obsolete by now
Scanning latest commit did not yield any new issues. Please have a look at older feedback still existing (commit-ID: 3ffacec) This bot provides automated PHP linting and PHPCS scanning. For more information about the bot and available customizations, see our documentation. Scan run detail
|
This pull request partially updates a number of integration tests so they comply with a common standard, see #244.
This change is needed so that tests will work after #350 is merged, as otherwise they will fail due to duplication of a declared function. Specifically, the
@runTestsInSeparateProcesses
and@preserveGlobalState
settings are needed and to move therequire_once
usages to thesetUp()
functions.TODO:
Scan run detail
report as applicablePHPDoc
comments are up to date for functions added or altered