root/trunk/coverager/config.php.example
@
33
| Revision 33, 393 bytes (checked in by moo, 7 years ago) |
|---|
| Rev | Line | |
|---|---|---|
| [33] | 1 | <?php |
| 2 | ||
| 3 | // should be named as config.php | |
| 4 | ||
| 5 | $charset = "UTF-8"; | |
| 6 | // $include_paths = array("/www/my-php-project/"); | |
| 7 | // $exclude_paths = array("/www/my-php-project/tmp/"); | |
| 8 | $syntaxhiglight = true; | |
| 9 | $usecache = false; | |
| 10 | //// $datadir is default to ini_get("xcache.coveragedump_directory") | |
| 11 | // $datadir = ''; | |
| 12 | ||
| 13 | function ob_filter_path_nicer($o) | |
| 14 | { | |
| 15 | $o = str_replace("/home/", "{H}/", $o); | |
| 16 | return $o; | |
| 17 | } | |
| 18 | ||
| 19 | ?> |
Note: See TracBrowser
for help on using the browser.

