summaryrefslogtreecommitdiff
path: root/modules/unit_test/config/unit_test.php
blob: bfb092bcba7ce047be27ecccaaf999b542ca4d5f (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'] = TRUE;