|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for MediaTypeManagerTest:
Collaboration diagram for MediaTypeManagerTest:Public Member Functions | |
| testIsImage () | |
| testIsVideo () | |
| testIsAudio () | |
| testGetAudioSuffixes () | |
| testGetVideoSuffixes () | |
| testGetImageSuffixes () | |
| testGetOtherSuffixes () | |
| testGetAudioMimeTypes () | |
| testGetVideoMimeTypes () | |
| testGetImageMimeTypes () | |
| testGetOtherMimeTypes () | |
| testGetAllowedVideoMimeTypes () | |
| testGetAllowedVideoSuffixes () | |
| testIsHtmlAllowed () | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
| getTypeManager (array $mime_blacklist=[]) | |
Protected Attributes | |
| ILIAS MediaObjects MediaType MediaTypeManager | $types |
Definition at line 5 of file MediaTypeManagerTest.php.
|
protected |
Definition at line 18 of file MediaTypeManagerTest.php.
Referenced by testGetAllowedVideoMimeTypes(), testGetAllowedVideoSuffixes(), testGetAudioMimeTypes(), testGetAudioSuffixes(), testGetImageMimeTypes(), testGetImageSuffixes(), testGetOtherMimeTypes(), testGetOtherSuffixes(), testGetVideoMimeTypes(), testGetVideoSuffixes(), testIsAudio(), testIsHtmlAllowed(), testIsImage(), and testIsVideo().
Here is the caller graph for this function:
|
protected |
Definition at line 9 of file MediaTypeManagerTest.php.
|
protected |
Definition at line 14 of file MediaTypeManagerTest.php.
| MediaTypeManagerTest::testGetAllowedVideoMimeTypes | ( | ) |
Definition at line 111 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetAllowedVideoSuffixes | ( | ) |
Definition at line 125 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetAudioMimeTypes | ( | ) |
Definition at line 79 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetAudioSuffixes | ( | ) |
Definition at line 47 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetImageMimeTypes | ( | ) |
Definition at line 95 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetImageSuffixes | ( | ) |
Definition at line 63 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetOtherMimeTypes | ( | ) |
Definition at line 103 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetOtherSuffixes | ( | ) |
Definition at line 71 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetVideoMimeTypes | ( | ) |
Definition at line 87 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetVideoSuffixes | ( | ) |
Definition at line 55 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsAudio | ( | ) |
Definition at line 39 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsHtmlAllowed | ( | ) |
Definition at line 143 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsImage | ( | ) |
Definition at line 23 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsVideo | ( | ) |
Definition at line 31 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:
|
protected |
Definition at line 7 of file MediaTypeManagerTest.php.