Update Kohana to 3.1.3.1
This commit is contained in:
@@ -18,7 +18,7 @@ return array(
|
||||
|
||||
// If you don't use a whitelist then only files included during the request will be counted
|
||||
// If you do, then only whitelisted items will be counted
|
||||
'use_whitelist' => FALSE,
|
||||
'use_whitelist' => TRUE,
|
||||
|
||||
// Items to whitelist, only used in cli
|
||||
// Web runner ui allows user to choose which items to whitelist
|
||||
|
@@ -14,7 +14,7 @@ return array(
|
||||
'name' => 'Unittest',
|
||||
|
||||
// A short description of this module, shown on the index page
|
||||
'description' => 'Unit testing for Kohana using PHPUnit',
|
||||
'description' => 'Kohana unit testing.',
|
||||
|
||||
// Copyright message, shown in the footer for this module
|
||||
'copyright' => '© 2008–2010 Kohana Team',
|
||||
|
Reference in New Issue
Block a user