Commit 2ceab799 by Alexander Makarov

Removed unneeded config from tests

parent 842e7eb5
...@@ -23,10 +23,6 @@ class UrlTest extends TestCase ...@@ -23,10 +23,6 @@ class UrlTest extends TestCase
'hostInfo' => 'http://example.com/', 'hostInfo' => 'http://example.com/',
'url' => '/base/index.php&r=site/current&id=42' 'url' => '/base/index.php&r=site/current&id=42'
], ],
'user' => [
'class' => 'yii\web\User',
'identityClass' => 'stdObject',
],
], ],
], '\yii\web\Application'); ], '\yii\web\Application');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment