feature/update-to-php81 #29
@ -17,7 +17,7 @@ final class GoogleOAuthTest extends TestCase
 | 
			
		||||
        $redirectUrl = 'http://example.com/oauth';
 | 
			
		||||
 | 
			
		||||
        $requestMock = $this->getMockBuilder(IRequest::class)
 | 
			
		||||
            ->setMethods(['setUrl', 'setMethod', 'setQuery', 'setHeaders', 'send'])
 | 
			
		||||
            ->onlyMethods(['setUrl', 'setMethod', 'setQuery', 'setHeaders', 'send'])
 | 
			
		||||
            ->getMock();
 | 
			
		||||
        $googleOAuth = new GoogleOAuth($requestMock);
 | 
			
		||||
 | 
			
		||||
@ -48,10 +48,10 @@ final class GoogleOAuthTest extends TestCase
 | 
			
		||||
        $redirectUrl = 'http://example.com/oauth';
 | 
			
		||||
 | 
			
		||||
        $requestMock = $this->getMockBuilder(IRequest::class)
 | 
			
		||||
            ->setMethods(['setUrl', 'setMethod', 'setQuery', 'setHeaders', 'send'])
 | 
			
		||||
            ->onlyMethods(['setUrl', 'setMethod', 'setQuery', 'setHeaders', 'send'])
 | 
			
		||||
            ->getMock();
 | 
			
		||||
        $responseMock = $this->getMockBuilder(IResponse::class)
 | 
			
		||||
            ->setMethods(['getBody', 'getHeaders'])
 | 
			
		||||
            ->onlyMethods(['getBody', 'getHeaders'])
 | 
			
		||||
            ->getMock();
 | 
			
		||||
        $googleOAuth = new GoogleOAuth($requestMock);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user