Files
gallery3/modules/unit_test/config/unit_test.php
2008-12-15 08:52:32 +00:00

16 lines
296 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* @package Unit_Test
*
* Default paths to scan for tests.
*/
$config['paths'] = array
(
MODPATH.'unit_test/tests',
);
/**
* Set to TRUE if you want to hide passed tests from the report.
*/
$config['hide_passed'] = FALSE;