diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-21 12:22:19 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-21 12:22:19 -0800 |
commit | e1f43ad403ac3deba8ac19d3d748500bba608395 (patch) | |
tree | 8ee387ef5693d60bce482d8b24661450b7c648f7 /modules/gallery/tests/Sendmail_Test.php | |
parent | 5df1dc135b6b1fad77a23cd604f008e0784bdd73 (diff) |
Updated for K24
Diffstat (limited to 'modules/gallery/tests/Sendmail_Test.php')
-rw-r--r-- | modules/gallery/tests/Sendmail_Test.php | 4 |
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() { |