Commit 4c843671 by Klimov Paul

Additional check added to…

Additional check added to `yiiunit\extensions\authclient\BaseClientTest::testNormalizeUserAttributes()`
parent 165e9ede
......@@ -116,6 +116,17 @@ class BaseClientTest extends TestCase
'email' => 'some@email.com',
],
],
[
[
'name' => 'file_get_contents',
],
[
'file_get_contents' => 'value',
],
[
'name' => 'value',
],
],
];
}
......
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