mirror of
https://github.com/elyby/accounts.git
synced 2024-10-30 23:43:00 +05:30
13 lines
241 B
PHP
13 lines
241 B
PHP
<?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();
|
|
}
|
|
|
|
}
|