|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest:
Collaboration diagram for ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest:Static Public Member Functions | |
| static | inputProvider () |
| static | unsupportedButKnownEntitiesProvider () |
Protected Member Functions | |
| setUp () | |
Private Attributes | |
| const | TEXT = |
| const | HTML = |
| const | HTML_WITH_NON_XHTML_URLS = |
| Refinery | $refinery |
Definition at line 33 of file EstimatedReadingTimeTest.php.
|
static |
Definition at line 61 of file EstimatedReadingTimeTest.php.
|
protected |
Definition at line 48 of file EstimatedReadingTimeTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest::testExceptionIsRaisedIfInputIsNotAString | ( | mixed | $from | ) |
Definition at line 98 of file EstimatedReadingTimeTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest::testNoExceptionIsRaisedIfHtmlContainsAmpersandInUrls | ( | ) |
Definition at line 177 of file EstimatedReadingTimeTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest::testNoExceptionIsRaisedIfHtmlContainsUnsupportedEntities | ( | string | $text | ) |
Definition at line 167 of file EstimatedReadingTimeTest.php.
References $text, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest::testReadingTimeForHtmlFragmentCanBeDetermined | ( | ) |
Definition at line 115 of file EstimatedReadingTimeTest.php.
References $text, ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest\HTML, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest::testReadingTimeForPlainTextCanBeDetermined | ( | ) |
Definition at line 106 of file EstimatedReadingTimeTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest::testSolitaryPunctuationCharactersMustNotAffectReadingTime | ( | ) |
Definition at line 132 of file EstimatedReadingTimeTest.php.
References $text, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest::testXTHMLCommentsMustNotAffectReadingTime | ( | ) |
Definition at line 151 of file EstimatedReadingTimeTest.php.
References $comment, $text, ILIAS\Tests\Refinery\String\EstimatedReadingTimeTest\HTML, and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
static |
Definition at line 78 of file EstimatedReadingTimeTest.php.
|
private |
Definition at line 46 of file EstimatedReadingTimeTest.php.
|
private |
|
private |
Definition at line 42 of file EstimatedReadingTimeTest.php.
|
private |
Definition at line 35 of file EstimatedReadingTimeTest.php.