From b148db17b36086acf822f2c80d54e586ce3b5c34 Mon Sep 17 00:00:00 2001 From: Philippe Gaultier Date: Mon, 25 Sep 2017 19:42:39 +0200 Subject: [PATCH] Prepare bootstrap file --- tests/_bootstrap.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/_bootstrap.php diff --git a/tests/_bootstrap.php b/tests/_bootstrap.php new file mode 100644 index 0000000..ddfb93f --- /dev/null +++ b/tests/_bootstrap.php @@ -0,0 +1,24 @@ +'); +define('MAILJET_KEY', ''); +define('MAILJET_SECRET', ''); +define('MAILJET_TO', ''); +define('MAILJET_TEMPLATE', 218932); + +define('MAILJET_TEST_SEND', false); + + +Yii::setAlias('@tests/unit', __DIR__ . '/unit'); +Yii::setAlias('@sweelix/mailjet', dirname(__DIR__) .'/src'); \ No newline at end of file