unit, integration and system tests for PHP applications [closed]
开发者_开发百科
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this questionWe were given an assignment to develop a prototype for a customer community. It was suggested PHP as the programming language. (but we're not supposed to actually code it, just a prototype with documentation is required)
I'm wondering what are the best practices/ tools used in Unit testing, Integration Testing and System testing for such a php app
Thanks
In PHP, the big name in Unit Testing is arguably PHPUnit. Related questions:
- Best way to implement unit testing in PHP
- What’s the state of PHP unit testing frameworks in 2010?
As for the integration aspect, maybe this question will give you some pointers:
- Setting up a deployment / build / CI cycle for PHP projects
精彩评论