We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0b40ce + a1f999c commit b6230b7Copy full SHA for b6230b7
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