Skip to content

Commit

Permalink
Updated for K24
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Dec 21, 2009
1 parent 5df1dc1 commit e1f43ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/gallery/tests/Sendmail_Test.php
Expand Up @@ -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() {
Expand Down

0 comments on commit e1f43ad

Please sign in to comment.