dgnet / Conferia

PHP Open Sourced Event Manager
16 stars 3 forks source link

Testing tools #5

Closed marek-pietrzak-tg closed 7 years ago

marek-pietrzak-tg commented 9 years ago

Would be nice to agree which testing tools will be used in the project. I'd suggest:

tabbi89 commented 9 years ago

For some kind of Integration tests I prefer using phpUnit

marek-pietrzak-tg commented 9 years ago

:+1: @tabbi89 phpunit is better for integration tests. However I'd used all of above tools for different purposes.

matiangul commented 9 years ago

:+1: @mheki

zibios commented 9 years ago

@mheki :+1: PhpUnit sometimes it is irreplaceable

timiTao commented 9 years ago

:+1: good approach is to have all level of tests. Behat(functionality) + phpUnit should be good