Refresh from kohana svn trunk r3771

This commit is contained in:
Bharat Mediratta
2008-12-15 08:52:32 +00:00
parent 31759cb3b3
commit 628058b4ed
4 changed files with 687 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?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;