|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Basic Tests for Table-Columns. More...
Inheritance diagram for ColumnTest:
Collaboration diagram for ColumnTest:Public Member Functions | |
| setUp () | |
| testDataTableColumnsAttributes () | |
| testDataTableColumnBoolFormat () | |
| testDataTableColumnBoolFormatWithIcon () | |
| testDataTableColumnBoolFormatWithGlyph () | |
| testDataTableColumnDateFormat () | |
| testDataTableColumnTimespanFormat () | |
| testDataTableColumnNumnberFormat () | |
| testDataTableColumnAllowedFormats (Column\Column $column, mixed $value, bool $ok) | |
| testDataTableColumnLinkListingFormat () | |
| testDataTableColumnLinkListingFormatAcceptsOnlyLinkListings () | |
| testDataTableColumnLinkListingItemsFormatAcceptsOnlyLinks () | |
| testDataTableColumnCustomOrderingLabels () | |
Static Public Member Functions | |
| static | provideColumnFormats () |
Protected Attributes | |
| Language | $lng |
Basic Tests for Table-Columns.
Definition at line 36 of file ColumnTest.php.
|
static |
Definition at line 137 of file ColumnTest.php.
References $lng, ILIAS\GlobalScreen\Provider\__construct(), and true.
Here is the call graph for this function:| ColumnTest::setUp | ( | ) |
Definition at line 40 of file ColumnTest.php.
References $lng, and ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnAllowedFormats | ( | Column\Column | $column, |
| mixed | $value, | ||
| bool | $ok | ||
| ) |
Definition at line 189 of file ColumnTest.php.
| ColumnTest::testDataTableColumnBoolFormat | ( | ) |
Definition at line 77 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnBoolFormatWithGlyph | ( | ) |
Definition at line 93 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnBoolFormatWithIcon | ( | ) |
Definition at line 84 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnCustomOrderingLabels | ( | ) |
Definition at line 226 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnDateFormat | ( | ) |
Definition at line 102 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnLinkListingFormat | ( | ) |
Definition at line 201 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnLinkListingFormatAcceptsOnlyLinkListings | ( | ) |
Definition at line 209 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnLinkListingItemsFormatAcceptsOnlyLinks | ( | ) |
Definition at line 217 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnNumnberFormat | ( | ) |
Definition at line 123 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnsAttributes | ( | ) |
Definition at line 49 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ColumnTest::testDataTableColumnTimespanFormat | ( | ) |
Definition at line 111 of file ColumnTest.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file ColumnTest.php.
Referenced by provideColumnFormats(), and setUp().