|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 21 of file MediaTypeManagerTest.php.
|
protected |
Definition at line 34 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 25 of file MediaTypeManagerTest.php.
|
protected |
Definition at line 30 of file MediaTypeManagerTest.php.
| MediaTypeManagerTest::testGetAllowedVideoMimeTypes | ( | ) |
Definition at line 127 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetAllowedVideoSuffixes | ( | ) |
Definition at line 141 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetAudioMimeTypes | ( | ) |
Definition at line 95 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetAudioSuffixes | ( | ) |
Definition at line 63 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetImageMimeTypes | ( | ) |
Definition at line 111 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetImageSuffixes | ( | ) |
Definition at line 79 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetOtherMimeTypes | ( | ) |
Definition at line 119 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetOtherSuffixes | ( | ) |
Definition at line 87 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetVideoMimeTypes | ( | ) |
Definition at line 103 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testGetVideoSuffixes | ( | ) |
Definition at line 71 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsAudio | ( | ) |
Definition at line 55 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsHtmlAllowed | ( | ) |
Definition at line 159 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsImage | ( | ) |
Definition at line 39 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:| MediaTypeManagerTest::testIsVideo | ( | ) |
Definition at line 47 of file MediaTypeManagerTest.php.
References getTypeManager().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file MediaTypeManagerTest.php.