Results 1 - 3 of 3
Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. Spike PHPCoverage can instrument and record the line coverage information for any PHP script at runtime.
Platform: Cross-platform; License: Open Software License (v2.0) , GNU Lesser General Public License (v2.1)
Reference: https://phpcoverage.sourceforge.net/
To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.
Platform: Cross-platform; License: BSD License
Reference: https://www.phpunit.de/
It is a PHP unit test and web test framework. Users of Junit will be familiar with most of the interface. The JwebUnit style functionality is more complete now. It has support for SSL, forms, frames, proxies and basic authentication. The idea is that common but fiddly PHP tasks, such as logging into a site, can be tested easily.
Platform: Cross-platform; License: GNU Library or Lesser General Public License (LGPL)
Reference: https://www.simpletest.org/