|
ILIAS
trunk Revision v12.0_alpha-1329-g1094ddb0c33
|
Test on glyph implementation. More...
Inheritance diagram for GlyphTest:
Collaboration diagram for GlyphTest:Public Member Functions | |
| getGlyphFactory () | |
| getCounterFactory () | |
| testImplementsFactoryInterface (string $factory_method) | |
| testGlyphTypes (string $factory_method) | |
| testGlyphNoAction (string $factory_method) | |
| testWithHighlight () | |
| testNoCounter (string $factory_method) | |
| testOneCounter (string $counter_type) | |
| testTwoCounters () | |
| testOnlyTwoCounters () | |
| testImmutabilityWithCounter () | |
| testKnownGlyphsOnly () | |
| testRenderSimple (string $type) | |
| testRenderWithCounter (string $type) | |
| testRenderWithTwoCounters () | |
| testDontRenderCounter () | |
| testRenderWithOnLoadCode (string $type) | |
Static Public Member Functions | |
| static | getGlyphTypeProvider () |
| static | getCounterTypeProvider () |
Static Public Attributes | |
| static array | $canonical_css_classes |
| static array | $aria_labels |
Test on glyph implementation.
Definition at line 36 of file GlyphTest.php.
| GlyphTest::getCounterFactory | ( | ) |
Definition at line 43 of file GlyphTest.php.
Referenced by testDontRenderCounter(), testImmutabilityWithCounter(), testOneCounter(), testOnlyTwoCounters(), testRenderWithCounter(), testRenderWithTwoCounters(), and testTwoCounters().
Here is the caller graph for this function:
|
static |
Definition at line 326 of file GlyphTest.php.
| GlyphTest::getGlyphFactory | ( | ) |
Definition at line 38 of file GlyphTest.php.
Referenced by testGlyphNoAction(), testGlyphTypes(), testImmutabilityWithCounter(), testImplementsFactoryInterface(), testNoCounter(), testOneCounter(), testOnlyTwoCounters(), testRenderSimple(), testRenderWithCounter(), testRenderWithOnLoadCode(), testRenderWithTwoCounters(), testTwoCounters(), and testWithHighlight().
Here is the caller graph for this function:
|
static |
Definition at line 317 of file GlyphTest.php.
| GlyphTest::testDontRenderCounter | ( | ) |
Definition at line 394 of file GlyphTest.php.
References Vendor\Package\$f, getCounterFactory(), and getLanguage().
Here is the call graph for this function:| GlyphTest::testGlyphNoAction | ( | string | $factory_method | ) |
Definition at line 194 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testGlyphTypes | ( | string | $factory_method | ) |
Definition at line 184 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testImmutabilityWithCounter | ( | ) |
Definition at line 296 of file GlyphTest.php.
References getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testImplementsFactoryInterface | ( | string | $factory_method | ) |
Definition at line 175 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testKnownGlyphsOnly | ( | ) |
Definition at line 311 of file GlyphTest.php.
| GlyphTest::testNoCounter | ( | string | $factory_method | ) |
Definition at line 214 of file GlyphTest.php.
References Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testOneCounter | ( | string | $counter_type | ) |
Definition at line 223 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testOnlyTwoCounters | ( | ) |
Definition at line 267 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderSimple | ( | string | $type | ) |
Definition at line 335 of file GlyphTest.php.
References $c, Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderWithCounter | ( | string | $type | ) |
Definition at line 351 of file GlyphTest.php.
References $c, getCounterFactory(), getGlyphFactory(), and ILIAS\UI\Component\Symbol\Glyph\Glyph\MAIL.
Here is the call graph for this function:| GlyphTest::testRenderWithOnLoadCode | ( | string | $type | ) |
Definition at line 413 of file GlyphTest.php.
References $c, Vendor\Package\$f, $id, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderWithTwoCounters | ( | ) |
Definition at line 372 of file GlyphTest.php.
References $c, getCounterFactory(), getGlyphFactory(), and ILIAS\UI\Component\Symbol\Glyph\Glyph\MAIL.
Here is the call graph for this function:| GlyphTest::testTwoCounters | ( | ) |
Definition at line 242 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testWithHighlight | ( | ) |
Definition at line 202 of file GlyphTest.php.
References getGlyphFactory().
Here is the call graph for this function:
|
static |
Definition at line 111 of file GlyphTest.php.
|
static |
Definition at line 48 of file GlyphTest.php.