| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Test on avatar implementation. More...
 Inheritance diagram for AvatarTest:
 Collaboration diagram for AvatarTest:Public Member Functions | |
| testConstruction () | |
| testAbbreviation () | |
| testUsername () | |
| testPicturePath () | |
| testColorVariant () | |
| testCrc32 () | |
| testAlternativeText () | |
| testRenderingLetter () | |
| testRenderingPicture () | |
| testRenderingPictureWithSomeAlternativeText () | |
| getRandom26StringsForAllColorVariants (int $color_variants=26, int $length=2) | |
| testHTMLInLabel () | |
| testHTMLInCustomImage () | |
Protected Attributes | |
| const | ICON_PATH = __DIR__ . "/../../../../../../../assets/images/" | 
Private Member Functions | |
| getAvatarFactory () | |
Test on avatar implementation.
Definition at line 30 of file AvatarTest.php.
      
  | 
  private | 
Definition at line 34 of file AvatarTest.php.
Referenced by testAbbreviation(), testAlternativeText(), testColorVariant(), testConstruction(), testCrc32(), testHTMLInCustomImage(), testHTMLInLabel(), testPicturePath(), testRenderingLetter(), testRenderingPicture(), testRenderingPictureWithSomeAlternativeText(), and testUsername().
 Here is the caller graph for this function:| AvatarTest::getRandom26StringsForAllColorVariants | ( | int | $color_variants = 26,  | 
        
| int | $length = 2  | 
        ||
| ) | 
| int | $color_variants | |
| int | $length | 
Definition at line 199 of file AvatarTest.php.
Referenced by testCrc32().
 Here is the caller graph for this function:| AvatarTest::testAbbreviation | ( | ) | 
Definition at line 51 of file AvatarTest.php.
References Vendor\Package\$f, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testAlternativeText | ( | ) | 
Definition at line 138 of file AvatarTest.php.
References Vendor\Package\$f, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testColorVariant | ( | ) | 
Definition at line 83 of file AvatarTest.php.
References Vendor\Package\$f, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testConstruction | ( | ) | 
Definition at line 39 of file AvatarTest.php.
References Vendor\Package\$f, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testCrc32 | ( | ) | 
Definition at line 121 of file AvatarTest.php.
References Vendor\Package\$f, getAvatarFactory(), and getRandom26StringsForAllColorVariants().
 Here is the call graph for this function:| AvatarTest::testHTMLInCustomImage | ( | ) | 
Definition at line 242 of file AvatarTest.php.
References Vendor\Package\$f, $r, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testHTMLInLabel | ( | ) | 
Definition at line 228 of file AvatarTest.php.
References Vendor\Package\$f, $r, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testPicturePath | ( | ) | 
Definition at line 75 of file AvatarTest.php.
References Vendor\Package\$f, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testRenderingLetter | ( | ) | 
Definition at line 151 of file AvatarTest.php.
References Vendor\Package\$f, $r, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testRenderingPicture | ( | ) | 
Definition at line 165 of file AvatarTest.php.
References Vendor\Package\$f, $r, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testRenderingPictureWithSomeAlternativeText | ( | ) | 
Definition at line 180 of file AvatarTest.php.
References Vendor\Package\$f, $r, and getAvatarFactory().
 Here is the call graph for this function:| AvatarTest::testUsername | ( | ) | 
Definition at line 61 of file AvatarTest.php.
References Vendor\Package\$f, and getAvatarFactory().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 32 of file AvatarTest.php.