We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac3df2 commit 1f3ec4fCopy full SHA for 1f3ec4f
tests/Core/AccessTokenTest.php
@@ -76,7 +76,7 @@ public function testSetExpiry(DateTime|DateInterval|int|null $expires, int $expe
76
$this::assertSame($expected, $this->token->expires);
77
}
78
catch(ExpectationFailedException $e){
79
- $this::markTestSkipped($e->getMessage());
+ $this::markTestSkipped('timing test');
80
81
82
0 commit comments