Добавлена поддержка для "внутренних" scopes, запросить которые во время oauth процесса нельзя

This commit is contained in:
ErickSkrauch
2016-12-09 23:42:07 +03:00
parent d85451567a
commit 213782ff62
7 changed files with 162 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace tests\codeception\common\unit\models;
use tests\codeception\common\unit\TestCase;
class OauthScopeTest extends TestCase {
public function testTest() {
$scopes = \common\models\OauthScope::getScopes();
}
}