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:
@@ -114,7 +114,7 @@ class OauthClientFormTest extends TestCase {
|
||||
$job = $this->tester->grabLastQueuedJob();
|
||||
$this->assertInstanceOf(ClearOauthSessions::class, $job);
|
||||
$this->assertSame('mocked-id', $job->clientId);
|
||||
$this->assertEquals(time(), $job->notSince, '', 2);
|
||||
$this->assertEqualsWithDelta(time(), $job->notSince, 2);
|
||||
}
|
||||
|
||||
public function testResetWithSecret() {
|
||||
@@ -132,7 +132,7 @@ class OauthClientFormTest extends TestCase {
|
||||
$job = $this->tester->grabLastQueuedJob();
|
||||
$this->assertInstanceOf(ClearOauthSessions::class, $job);
|
||||
$this->assertSame('mocked-id', $job->clientId);
|
||||
$this->assertEquals(time(), $job->notSince, '', 2);
|
||||
$this->assertEqualsWithDelta(time(), $job->notSince, 2);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user