Skip to content
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

Run integration tests in CI #294

Merged
merged 2 commits into from
Dec 4, 2018
Merged

Conversation

nickdaugherty
Copy link
Contributor

@nickdaugherty nickdaugherty commented Dec 4, 2018

We already run the unit tests, but the integration tests were behind a conditional and not running. They've been broken for quite a while b/c they were expecting var_dump() to trigger an error instead of a warning.

I've changed the TravisCI config to always run integration tests too, and fixed that expected error level for var_dump().

Fixes #294

The tests have been broken for a while but nobody has noticed b/c they aren't running in CI
Currently, all functions in `WordPress.PHP.DevelopmentFunctions` are warnings, not errors
@tomjn tomjn merged commit 6ee2440 into master Dec 4, 2018
@GaryJones GaryJones deleted the fix/run-integration-tests-in-CI branch January 15, 2019 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants