Skip to content

Avoid printing a php notice for each issue #36

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

Merged
merged 1 commit into from
Mar 21, 2017

Conversation

maxjacobson
Copy link
Contributor

@maxjacobson maxjacobson commented Mar 21, 2017

The interpreter wants us to do this end shenanigan. Getting this
method under test actually required us to avoid the notice, which is
kind of cool.

(rebase, update target branch, and merge after #35)

Should help with #33.

@codeclimate-hermes codeclimate-hermes requested review from gdiggs and removed request for codeclimate-hermes March 21, 2017 15:12
@dblandin
Copy link
Contributor

dblandin commented Mar 21, 2017

Side note: Should we be tracking test coverage for this repo with our php test reporter?

@maxjacobson
Copy link
Contributor Author

Side note: Should we be tracking test coverage for this repo with our php test reporter?

I'm 👍 on that. Increasing the coverage would help catch this kind of thing, and this codebase is small enough that it wouldn't be too hard to cover all/most of the public functions. For what it's worth, this change isn't an urgent bug fix, it's just to help remove some noise while debugging another issue.

@maxjacobson maxjacobson changed the base branch from mj/dockerfile-fixes to master March 21, 2017 21:34
@maxjacobson maxjacobson force-pushed the mj/stop-printing-notice branch from af364ca to abd1978 Compare March 21, 2017 21:35
The interpreter wants us to do this `end` shenanigan. Getting this
method under test actually _required_ us to avoid the notice, which is
kind of cool.
@maxjacobson maxjacobson merged commit 5604802 into master Mar 21, 2017
@maxjacobson maxjacobson deleted the mj/stop-printing-notice branch March 21, 2017 21:38
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.

3 participants