MediaWiki
1.34.0
|
@covers \TextExtracts\TextTruncator @group TextExtracts More...
Public Member Functions | |
provideGetFirstChars () | |
provideGetFirstSentences () | |
testGetFirstChars ( $text, $chars, $expected) | |
@dataProvider provideGetFirstChars More... | |
testGetFirstSentences ( $text, $sentences, $expected) | |
@dataProvider provideGetFirstSentences More... | |
testTidyIntegration () | |
@covers \TextExtracts\TextTruncator @group TextExtracts
Definition at line 14 of file TextTruncatorTest.php.
TextExtracts\Test\TextTruncatorTest::provideGetFirstChars | ( | ) |
Definition at line 145 of file TextTruncatorTest.php.
TextExtracts\Test\TextTruncatorTest::provideGetFirstSentences | ( | ) |
Definition at line 28 of file TextTruncatorTest.php.
TextExtracts\Test\TextTruncatorTest::testGetFirstChars | ( | $text, | |
$chars, | |||
$expected | |||
) |
@dataProvider provideGetFirstChars
string | $text | |
string | $chars | |
string | $expected |
Definition at line 140 of file TextTruncatorTest.php.
References $chars.
TextExtracts\Test\TextTruncatorTest::testGetFirstSentences | ( | $text, | |
$sentences, | |||
$expected | |||
) |
@dataProvider provideGetFirstSentences
string | $text | |
string | $sentences | |
string | $expected |
Definition at line 23 of file TextTruncatorTest.php.
TextExtracts\Test\TextTruncatorTest::testTidyIntegration | ( | ) |
Definition at line 173 of file TextTruncatorTest.php.