comicpress-2.8/phpunit.xml

13 lines
294 B
XML
Raw Permalink Normal View History

2009-11-21 16:00:51 +00:00
<phpunit colors="true">
<php>
<ini name="error_reporting" value="30719" />
</php>
2009-12-01 12:06:35 +00:00
<filter>
<blacklist>
<file>classes/ComicPressDBInterface.inc</file>
<file>classes/ComicPressNavigation.inc</file>
<file>classes/ComicPressStoryline.inc</file>
</blacklist>
</filter>
2009-11-21 16:00:51 +00:00
</phpunit>