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

Remove dependency on PHPUnit #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thewilkybarkid
Copy link

This attempts to fix #37.

It should behave the same, except that the equals check in theResponseShouldContainJson is a lot more naive.

},

"require-dev": {
"symfony/process": "~2.1",
"silex/silex": "~1"
"silex/silex": "~1",
"phpunit/phpunit": "~4.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is there a dev depending on it ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't removed assertions from features/bootstrap/FeatureContext.php, though they would be simple to replace.

@soullivaneuh
Copy link
Contributor

👍

@1ma
Copy link

1ma commented Feb 23, 2016

Since this PR seems stalled and does not actually remove the PHPUnit depedency I've submitted #51 for review, which tackles the problem from a different approach (drop-in replacement for the \PHPUnit_Framework_Assert class from Benjamin Eberlei's assert library).

@soullivaneuh
Copy link
Contributor

@stof Here is anything to be done here for this PR?

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.

Remove dependency on PHPUnit
4 participants