Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\Tests\FileBagTest Class Reference
Inheritance diagram for Symfony\Component\HttpFoundation\Tests\FileBagTest:

Public Member Functions

 testFileMustBeAnArrayOrUploadedFile ()
 
 testShouldConvertNestedUploadedFilesWithPhpBug ()
 
 testShouldConvertsUploadedFiles ()
 
 testShouldConvertUploadedFilesWithPhpBug ()
 
 testShouldNotConvertNestedUploadedFiles ()
 
 testShouldSetEmptyUploadedFilesToNull ()
 

Protected Member Functions

 createTempFile ()
 
 setUp ()
 
 tearDown ()
 

Detailed Description

Member Function Documentation

◆ createTempFile()

◆ setUp()

Symfony\Component\HttpFoundation\Tests\FileBagTest::setUp ( )
protected

Definition at line 136 of file FileBagTest.php.

◆ tearDown()

Symfony\Component\HttpFoundation\Tests\FileBagTest::tearDown ( )
protected

Definition at line 141 of file FileBagTest.php.

◆ testFileMustBeAnArrayOrUploadedFile()

Symfony\Component\HttpFoundation\Tests\FileBagTest::testFileMustBeAnArrayOrUploadedFile ( )

@expectedException \InvalidArgumentException

Definition at line 29 of file FileBagTest.php.

◆ testShouldConvertNestedUploadedFilesWithPhpBug()

Symfony\Component\HttpFoundation\Tests\FileBagTest::testShouldConvertNestedUploadedFilesWithPhpBug ( )

◆ testShouldConvertsUploadedFiles()

Symfony\Component\HttpFoundation\Tests\FileBagTest::testShouldConvertsUploadedFiles ( )

◆ testShouldConvertUploadedFilesWithPhpBug()

Symfony\Component\HttpFoundation\Tests\FileBagTest::testShouldConvertUploadedFilesWithPhpBug ( )

◆ testShouldNotConvertNestedUploadedFiles()

Symfony\Component\HttpFoundation\Tests\FileBagTest::testShouldNotConvertNestedUploadedFiles ( )

◆ testShouldSetEmptyUploadedFilesToNull()

Symfony\Component\HttpFoundation\Tests\FileBagTest::testShouldSetEmptyUploadedFilesToNull ( )

Definition at line 50 of file FileBagTest.php.


The documentation for this class was generated from the following file: