PHPCoverage Code
Status: Beta
Brought to you by:
pnimish
| a/src/conf/phpcoverage.conf.php | b/src/conf/phpcoverage.conf.php | ||
|---|---|---|---|
... |
... |
||
| 9 | ?> |
9 | ?> |
| 10 | <?php |
10 | <?php |
| 11 | // Set to 'LOG_DEBUG' for maximum log output |
11 | // Set to 'LOG_DEBUG' for maximum log output |
| 12 | // Note that the log file size will grow rapidly |
12 | // Note that the log file size will grow rapidly |
| 13 | // with LOG_DEBUG |
13 | // with LOG_DEBUG |
| 14 | $spc_config['log_level'] = 'LOG_NOTICE'; |
14 | //$spc_config['log_level'] = 'LOG_NOTICE'; |
| 15 | $spc_config['log_level'] = 'LOG_DEBUG'; |
||
| 15 | 16 | ||
| 16 | // file extension to be treated as php files |
17 | // file extension to be treated as php files |
| 17 | // comma-separated list, no space |
18 | // comma-separated list, no space |
| 18 | $spc_config['extensions'] = array('php', 'tpl', 'inc'); |
19 | $spc_config['extensions'] = array('php', 'tpl', 'inc'); |
| 19 | 20 |