Source for file testdox.php
Documentation is available at testdox.php
* Extension for a TestDox reporter
* @version $Id: testdox.php 2004 2010-10-31 13:44:14Z jsweat $
function __construct($test_case_pattern =
'/^TestOf(.*)$/') {
if (!empty($matches[1])) {
if (!preg_match('/^test(.*)$/i', $test_name, $matches)) {
$test_name =
$matches[1];
$test_name =
preg_replace('/([A-Z])([A-Z])/', '$1 $2', $test_name);
Documentation generated on Sun, 31 Oct 2010 16:32:41 -0500 by phpDocumentor 1.4.3