Kohana v3.3.5
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// See the Kohana_CoreTest tests for Kohana::message
|
||||
return array(
|
||||
'bottom_only' => 'inherited bottom message',
|
||||
'cfs_replaced' => 'inherited cfs_replaced message',
|
||||
);
|
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// See the Kohana_CoreTest tests for Kohana::message
|
||||
return array(
|
||||
'top_only' => 'top only message',
|
||||
'cfs_replaced' => 'overriding cfs_replaced message',
|
||||
);
|
Reference in New Issue
Block a user