diff --git a/tests/_config.php b/tests/_config.php index 25d7d70..c50f6b9 100644 --- a/tests/_config.php +++ b/tests/_config.php @@ -38,7 +38,7 @@ 'connectionString' => 'sqlite:' . realpath(BASE_PATH . '/_runtime') . '/test.db', ), 'emailManager' => array( - 'class' => 'email.components.EmailManager', + 'class' => 'email.components.EEmailManager', 'swiftMailerPath' => realpath(BASE_PATH . '/../vendor/swiftmailer/swiftmailer/lib'), ), 'urlManager' => array(