mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-05-04 21:21:35 +05:30
Added test/Utils
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace LeagueTests\Utils;
|
||||
|
||||
use League\OAuth2\Server\Utils\SecureKey;
|
||||
|
||||
class SecureKeyTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testGenerate()
|
||||
{
|
||||
$this->assertTrue(is_string(SecureKey::generate()));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user