Files
gallery3/modules/unit_test/config/unit_test.php

16 lines
295 B
PHP
Raw Normal View History

<?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;