diff --git a/README-zh_CN.md b/README-zh_CN.md index 27bbc46e..40833708 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -1050,4 +1050,4 @@ composer test ## 协议 -MIT 许可证(MIT)。有关更多信息,请参见[协议文件](LICENSE)。 +MIT 许可证 (MIT)。有关更多信息,请参见[协议文件](LICENSE)。 diff --git a/composer.json b/composer.json index ef0442d5..2c699ee5 100644 --- a/composer.json +++ b/composer.json @@ -165,6 +165,7 @@ "@composer-normalize", "@composer-validate", "@md-lint", + "@zh-lint", "@lint", "@style-lint", "@test", @@ -211,6 +212,6 @@ "test-migrate-configuration": "@test --migrate-configuration", "yaml-lint": "@php ./vendor/bin/yaml-lint .github --ansi -v", "zh-fix": "@zh-lint --fix", - "zh-lint": "zhlint *-zh_CN.md docs/*-zh_CN.md docs/**/*-zh_CN.md" + "zh-lint": "zhlint {./,docs/,docs/**/}*-zh_CN.md" } } diff --git a/tests/Feature/RocketChatTest.php b/tests/Feature/RocketChatTest.php index 94a8e1b4..c3545c67 100644 --- a/tests/Feature/RocketChatTest.php +++ b/tests/Feature/RocketChatTest.php @@ -21,6 +21,8 @@ class RocketChatTest extends TestCase { public function testRocketChat(): void { + $this->markTestSkipped(self::class.' is skipped.'); + $this->expectException(ClientException::class); $ret = Factory::rocketChat()