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:
parent
a5e2fcce63
commit
9a88301585
|
@ -48,6 +48,10 @@ final class ConvertPostToTweetTest extends PostTestBase {
|
||||||
$this->assertSame($expected, ($this->convertPostToTweet)($post));
|
$this->assertSame($expected, ($this->convertPostToTweet)($post));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testSomeTagsAreNotAutomaticallyCapitalised(): void {
|
||||||
|
$this->markTestSkipped();
|
||||||
|
}
|
||||||
|
|
||||||
protected function setUp() {
|
protected function setUp() {
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue