root/tags/1.0/coverager/config.php.example
| Revision 33, 393 bytes (checked in by moo, 3 years ago) |
|---|
| Line | |
|---|---|
| 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.

