summaryrefslogtreecommitdiff
path: root/modules/unit_test/config/unit_test.php
blob: 9da7711b6cf627b86db866806b335a4a9758ba27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php defined('SYSPATH') or die('No direct script access.');
/**
 * @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;