name: FileBagTest class_comment: '# * FileBagTest. # * # * @author Fabien Potencier # * @author Bulat Shakirzyanov ' dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: UploadedFile type: class source: Symfony\Component\HttpFoundation\File\UploadedFile - name: FileBag type: class source: Symfony\Component\HttpFoundation\FileBag properties: [] methods: - name: testFileMustBeAnArrayOrUploadedFile visibility: public parameters: [] comment: null - name: testShouldConvertsUploadedFiles visibility: public parameters: [] comment: null - name: testShouldSetEmptyUploadedFilesToNull visibility: public parameters: [] comment: null - name: testShouldRemoveEmptyUploadedFilesForMultiUpload visibility: public parameters: [] comment: null - name: testShouldNotRemoveEmptyUploadedFilesForAssociativeArray visibility: public parameters: [] comment: null - name: testShouldConvertUploadedFilesWithPhpBug visibility: public parameters: [] comment: null - name: testShouldConvertNestedUploadedFilesWithPhpBug visibility: public parameters: [] comment: null - name: testShouldNotConvertNestedUploadedFiles visibility: public parameters: [] comment: null - name: testWebkitDirectoryUpload visibility: public parameters: [] comment: null - name: createTempFile visibility: protected parameters: [] comment: null - name: setUp visibility: protected parameters: [] comment: null - name: tearDown visibility: protected parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\HttpFoundation\File\UploadedFile - Symfony\Component\HttpFoundation\FileBag interfaces: []