|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
| testWithUnavailableAction (string $factory_method) | |
| testWithHighlight () | |
| testNoCounter (string $factory_method) | |
| testOneCounter (string $counter_type) | |
| testTwoCounters () | |
| testOnlyTwoCounters () | |
| testImmutabilityWithCounter () | |
| testKnownGlyphsOnly () | |
| testRenderSimple (string $type) | |
| testRenderWithUnavailableAction (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 338 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(), testRenderWithUnavailableAction(), testTwoCounters(), testWithHighlight(), and testWithUnavailableAction().
Here is the caller graph for this function:
|
static |
Definition at line 329 of file GlyphTest.php.
| GlyphTest::testDontRenderCounter | ( | ) |
Definition at line 425 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 308 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 323 of file GlyphTest.php.
| GlyphTest::testNoCounter | ( | string | $factory_method | ) |
Definition at line 226 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 235 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testOnlyTwoCounters | ( | ) |
Definition at line 279 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testRenderSimple | ( | string | $type | ) |
Definition at line 347 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 382 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 444 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 403 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::testRenderWithUnavailableAction | ( | string | $type | ) |
Definition at line 363 of file GlyphTest.php.
References $c, Vendor\Package\$f, and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testTwoCounters | ( | ) |
Definition at line 254 of file GlyphTest.php.
References $c, getCounterFactory(), and getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testWithHighlight | ( | ) |
Definition at line 214 of file GlyphTest.php.
References getGlyphFactory().
Here is the call graph for this function:| GlyphTest::testWithUnavailableAction | ( | string | $factory_method | ) |
Definition at line 204 of file GlyphTest.php.
References Vendor\Package\$f, and 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.