Skip to content

Commit

Permalink
test(QqChannelBotTest): Skip testQqChannelBot
Browse files Browse the repository at this point in the history
- Skip the testQqChannelBot method
- Add markTestSkipped method to skip the test
- Expect ClientException to be thrown
  • Loading branch information
guanguans committed Oct 7, 2023
1 parent 41d881d commit 1df9a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/QqChannelBotTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class QqChannelBotTest extends TestCase
{
public function testQqChannelBot(): void
{
$this->markTestSkipped(self::class.' is skipped.');

$this->expectException(ClientException::class);

Factory::qqChannelBot()
Expand Down

0 comments on commit 1df9a26

Please sign in to comment.