We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b40ce commit a1f999cCopy full SHA for a1f999c
UrlManager.php
@@ -1,6 +1,8 @@
1
<?php
2
namespace codemix\localeurls;
3
4
+defined('YII2_LOCALEURLS_TEST') || define('YII2_LOCALEURLS_TEST', false);
5
+
6
use Yii;
7
use yii\base\InvalidConfigException;
8
use yii\web\Cookie;
0 commit comments