2014年10个实用的PHP测试框架
jopen 10年前
今天我们收集了2014年10个实用的PHP测试框架。PHP测试框架对开发者在开发PHP软件发现错误和Bug非常有用。一个单元测试框架,使开发人员能够发现漏洞,进而降低了开发PHP软件相关的成本。
Useful PHP Testing Frameworks 2014
PHP Unit
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
CODECEPTION
PHP The Right Way
TESTIFY
PHP SPEC
A php toolset to drive emergent design by specification.
SISMO
Sismo is language and tool agnostic. Just give it a command that knows how to run your tests and returns a non-zero exit code when tests do not pass.
ATOUM
MOCKERY
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework.
PHAKE