mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 11:10:37 -04:00
Refresh from kohana svn trunk r3771
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user