| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8" ?> |
|---|
| 2 | <phpunit> |
|---|
| 3 | <filter> |
|---|
| 4 | <blacklist> |
|---|
| 5 | <directory suffix=".php">/usr/local/lib</directory> |
|---|
| 6 | <directory suffix=".php">../tests/class</directory> |
|---|
| 7 | <directory suffix=".php">../data/module</directory> |
|---|
| 8 | </blacklist> |
|---|
| 9 | <whitelist addUncoveredFileFromWhitelist="true"> |
|---|
| 10 | <directory suffix=".php">data/class/</directory> |
|---|
| 11 | <directory suffix=".php">data/class_extends/</directory> |
|---|
| 12 | </whitelist> |
|---|
| 13 | </filter> |
|---|
| 14 | </phpunit> |
|---|
Note: See
TracBrowser
for help on using the repository browser.