|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class FileUploadImplTest. More...
Inheritance diagram for ILIAS\FileUpload\FileUploadImplTest:
Collaboration diagram for ILIAS\FileUpload\FileUploadImplTest:Public Member Functions | |
| testRegisterWhichShouldSucceed () | |
| @Test @small More... | |
| testRegisterWithProcessedFilesWhichShouldFail () | |
| @Test @small More... | |
| testProcessWhichShouldSucceed () | |
| @Test @small More... | |
| testProcessWithFailedUploadWhichShouldGetRejected () | |
| @Test @small More... | |
| testHasUploadsWithoutUploadedFiles () | |
| testHasUploadsWithSingleUploadedFile () | |
| testHasUploadsWithMultipleUploadedFile () | |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
Private Attributes | |
| $subject | |
| $prePorcessorManagerMock | |
| $filesystemsMock | |
| $globalHttpStateMock | |
Class FileUploadImplTest.
@runTestsInSeparateProcesses @preserveGlobalState disabled @backupGlobals disabled @backupStaticAttributes disabled
Definition at line 30 of file FileUploadImplTest.php.
|
protected |
@inheritDoc
Definition at line 223 of file FileUploadImplTest.php.
| ILIAS\FileUpload\FileUploadImplTest::testHasUploadsWithMultipleUploadedFile | ( | ) |
Definition at line 205 of file FileUploadImplTest.php.
References $i.
| ILIAS\FileUpload\FileUploadImplTest::testHasUploadsWithoutUploadedFiles | ( | ) |
Definition at line 177 of file FileUploadImplTest.php.
| ILIAS\FileUpload\FileUploadImplTest::testHasUploadsWithSingleUploadedFile | ( | ) |
Definition at line 190 of file FileUploadImplTest.php.
References $uploadedFile.
| ILIAS\FileUpload\FileUploadImplTest::testProcessWhichShouldSucceed | ( | ) |
@Test @small
Definition at line 89 of file FileUploadImplTest.php.
References $uploadedFile, ILIAS\Filesystem\Stream\Streams\ofString(), and ILIAS\FileUpload\DTO\ProcessingStatus\OK.
Here is the call graph for this function:| ILIAS\FileUpload\FileUploadImplTest::testProcessWithFailedUploadWhichShouldGetRejected | ( | ) |
@Test @small
Definition at line 134 of file FileUploadImplTest.php.
References $result, $uploadedFile, ILIAS\Filesystem\Stream\Streams\ofString(), and ILIAS\FileUpload\DTO\ProcessingStatus\REJECTED.
Here is the call graph for this function:| ILIAS\FileUpload\FileUploadImplTest::testRegisterWhichShouldSucceed | ( | ) |
@Test @small
Definition at line 56 of file FileUploadImplTest.php.
| ILIAS\FileUpload\FileUploadImplTest::testRegisterWithProcessedFilesWhichShouldFail | ( | ) |
@Test @small
Definition at line 70 of file FileUploadImplTest.php.
|
private |
Definition at line 45 of file FileUploadImplTest.php.
|
private |
Definition at line 49 of file FileUploadImplTest.php.
|
private |
Definition at line 41 of file FileUploadImplTest.php.
|
private |
Definition at line 37 of file FileUploadImplTest.php.