summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-21 12:22:19 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-21 12:22:19 -0800
commite1f43ad403ac3deba8ac19d3d748500bba608395 (patch)
tree8ee387ef5693d60bce482d8b24661450b7c648f7 /modules/gallery
parent5df1dc135b6b1fad77a23cd604f008e0784bdd73 (diff)
Updated for K24
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/tests/Sendmail_Test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/gallery/tests/Sendmail_Test.php b/modules/gallery/tests/Sendmail_Test.php
index 64c1fff0..f3a8d897 100644
--- a/modules/gallery/tests/Sendmail_Test.php
+++ b/modules/gallery/tests/Sendmail_Test.php
@@ -19,9 +19,7 @@
*/
class Sendmail_Test extends Unit_Test_Case {
public function setup() {
- $config = Kohana::config("sendmail");
- $config["from"] = "from@gallery3.com";
- Kohana::config_set("sendmail", $config);
+ Kohana_Config::instance()->set("sendmail.from", "from@gallery3.com");
}
public function sendmail_test() {