Files
gallery3/modules/unit_test/config/unit_test.php
Bharat Mediratta f8b4c66906 Set up unit test framework. Tweak configuration so that it only runs in
command line mode, and expects to put data into test/var.  Create a module
to wrap it that generates a nice text-only view of the output.
2008-11-01 07:55:48 +00:00

16 lines
295 B
PHP

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