Add a new stub test

Add a new stub test to show that some tags such as "rst2pdf" are not
automatically capitalised when converting a post's tags into hashtags.
This commit is contained in:
Oliver Davies 2021-04-21 00:30:52 +01:00
parent a5e2fcce63
commit 9a88301585

View file

@ -48,6 +48,10 @@ final class ConvertPostToTweetTest extends PostTestBase {
$this->assertSame($expected, ($this->convertPostToTweet)($post));
}
public function testSomeTagsAreNotAutomaticallyCapitalised(): void {
$this->markTestSkipped();
}
protected function setUp() {
parent::setUp();