mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Updated authserver tests
This commit is contained in:
		@@ -59,6 +59,12 @@ class Resource_Server_test extends PHPUnit_Framework_TestCase
 | 
			
		||||
        $this->assertEquals('oauth_token', $v);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function test_getScopes()
 | 
			
		||||
    {
 | 
			
		||||
        $s = $this->returnDefault();
 | 
			
		||||
        $this->assertEquals(array(), $s->getScopes());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @expectedException OAuth2\Exception\InvalidAccessTokenException
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user