mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Update ely/php-code-style and run updated CS fixer
This commit is contained in:
		@@ -29,7 +29,7 @@ class ClearOauthSessionsTest extends TestCase {
 | 
			
		||||
        $result = ClearOauthSessions::createFromOauthClient($client, time());
 | 
			
		||||
        $this->assertInstanceOf(ClearOauthSessions::class, $result);
 | 
			
		||||
        $this->assertSame('mocked-id', $result->clientId);
 | 
			
		||||
        $this->assertEquals(time(), $result->notSince, '', 1);
 | 
			
		||||
        $this->assertEqualsWithDelta(time(), $result->notSince, 1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function testExecute() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user