0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 13:21:51 +00:00

Doxygen needs to ignore test-settings.php.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@335 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-08-28 20:28:19 +00:00
parent a1b60ad70f
commit fbb0c486ec
2 changed files with 3 additions and 2 deletions

View File

@ -90,7 +90,8 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */tests/* \
*/benchmarks/* \
*/docs/phpdoc/* \
*/docs/doxygen/*
*/docs/doxygen/* \
*/test-settings.php
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO

View File

@ -9,7 +9,7 @@ error_reporting(E_ALL);
$GLOBALS['HTMLPurifierTest']['PEAR'] = false; // do PEAR tests
$simpletest_location = 'simpletest/';
if (file_exists('../config.php')) include_once '../config.php';
if (file_exists('../test-settings.php')) include_once '../test-settings.php';
require_once $simpletest_location . 'unit_tester.php';
require_once $simpletest_location . 'reporter.php';
require_once $simpletest_location . 'mock_objects.php';