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

Unit tests #4

Open
MacDada opened this issue Apr 9, 2014 · 11 comments
Open

Unit tests #4

MacDada opened this issue Apr 9, 2014 · 11 comments

Comments

@MacDada
Copy link

MacDada commented Apr 9, 2014

Would you be interested in PHPUnit tests? I could find some time to write them.

@dm
Copy link

dm commented Apr 10, 2014

It's definitely missing a tests folder in there 👍

@shadowhand
Copy link
Contributor

i think i would rather have codeception or phpspec tests.

@dm
Copy link

dm commented Apr 10, 2014

Sure, but you're thinking of Unit testings anyway, right?

@shadowhand
Copy link
Contributor

codeception does unit tests, as well as bdd tests, read down.

@dm
Copy link

dm commented Apr 10, 2014

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?

@shadowhand
Copy link
Contributor

both would be nice, but probably unit tests first. any thoughts?

@zombor
Copy link

zombor commented Apr 10, 2014

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.

@shadowhand
Copy link
Contributor

works for me.

@rjd22
Copy link
Contributor

rjd22 commented Apr 10, 2014

I would also go for codeception BDD tests

@shadowhand
Copy link
Contributor

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.

@nexik
Copy link

nexik commented Apr 20, 2014

👍 for phpspec

For now BDD in Behat\PhpSpec is much better than Codeception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants