ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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().
|
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().
MediaTypeManagerTest::testGetAllowedVideoSuffixes | ( | ) |
Definition at line 141 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetAudioMimeTypes | ( | ) |
Definition at line 95 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetAudioSuffixes | ( | ) |
Definition at line 63 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetImageMimeTypes | ( | ) |
Definition at line 111 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetImageSuffixes | ( | ) |
Definition at line 79 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetOtherMimeTypes | ( | ) |
Definition at line 119 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetOtherSuffixes | ( | ) |
Definition at line 87 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetVideoMimeTypes | ( | ) |
Definition at line 103 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testGetVideoSuffixes | ( | ) |
Definition at line 71 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testIsAudio | ( | ) |
Definition at line 55 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testIsHtmlAllowed | ( | ) |
Definition at line 159 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testIsImage | ( | ) |
Definition at line 39 of file MediaTypeManagerTest.php.
References getTypeManager().
MediaTypeManagerTest::testIsVideo | ( | ) |
Definition at line 47 of file MediaTypeManagerTest.php.
References getTypeManager().
|
protected |
Definition at line 23 of file MediaTypeManagerTest.php.