-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unit tests #4
Comments
It's definitely missing a |
i think i would rather have codeception or phpspec tests. |
Sure, but you're thinking of Unit testings anyway, right? |
codeception does unit tests, as well as bdd tests, read down. |
Yes, I know. Should have been a bit clearer, I meant if BDD are of any interest at all, or if you're thinking of Unit tests only? |
both would be nice, but probably unit tests first. any thoughts? |
Why not do things well and start with BDD tests, and then drop down to unit when needed? The tests should come before the code. |
works for me. |
I would also go for codeception BDD tests |
Well I added some Codeception unit tests, but I think that phpspec might be nicer to work with. We don't really need stories for this component. |
👍 for phpspec For now BDD in Behat\PhpSpec is much better than Codeception |
Would you be interested in PHPUnit tests? I could find some time to write them.
The text was updated successfully, but these errors were encountered: