|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTermsOfServiceTrimmedDocumentPurifierTest. More...
Inheritance diagram for ilTermsOfServiceTrimmedDocumentPurifierTest:
Collaboration diagram for ilTermsOfServiceTrimmedDocumentPurifierTest:Public Member Functions | |
| stringsToTrimProvider () | |
| stringElementsArrayToTrimProvider () | |
| testSingleStringIsTrimmed (string $text, string $expectedResult) | |
| @dataProvider stringsToTrimProvider More... | |
| testArrayOfStringElementsIsTrimmed (array $texts, array $expectedResult) | |
| @dataProvider stringElementsArrayToTrimProvider More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ilTermsOfServiceCriterionBaseTest | |
| getRbacReviewMock () | |
| getObjectDataCacheMock () | |
| getRadioGroupMock () | |
| getFormMock () | |
| getUserMock () | |
Protected Member Functions inherited from ilTermsOfServiceBaseTest | |
| setUp () | |
| getLanguageMock () | |
| setGlobalVariable (string $name, $value) | |
| assertException (string $exceptionClass) | |
| getCriterionConfig ($value=null) | |
Protected Attributes inherited from ilTermsOfServiceBaseTest | |
| $dic | |
Class ilTermsOfServiceTrimmedDocumentPurifierTest.
Definition at line 8 of file ilTermsOfServiceTrimmedDocumentPurifierTest.php.
| ilTermsOfServiceTrimmedDocumentPurifierTest::stringElementsArrayToTrimProvider | ( | ) |
Definition at line 24 of file ilTermsOfServiceTrimmedDocumentPurifierTest.php.
| ilTermsOfServiceTrimmedDocumentPurifierTest::stringsToTrimProvider | ( | ) |
Definition at line 13 of file ilTermsOfServiceTrimmedDocumentPurifierTest.php.
| ilTermsOfServiceTrimmedDocumentPurifierTest::testArrayOfStringElementsIsTrimmed | ( | array | $texts, |
| array | $expectedResult | ||
| ) |
@dataProvider stringElementsArrayToTrimProvider
| string[] | $texts | |
| string[] | $expectedResult |
Definition at line 59 of file ilTermsOfServiceTrimmedDocumentPurifierTest.php.
| ilTermsOfServiceTrimmedDocumentPurifierTest::testSingleStringIsTrimmed | ( | string | $text, |
| string | $expectedResult | ||
| ) |
@dataProvider stringsToTrimProvider
| string | $text | |
| string | $expectedResult |
Definition at line 37 of file ilTermsOfServiceTrimmedDocumentPurifierTest.php.
References $text, and Sabre\Event\once().
Here is the call graph for this function: