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

Public Member Functions

 testAll ()
 
 testCacheControlClone ()
 
 testCacheControlDirectiveAccessors ()
 
 testCacheControlDirectiveOverrideWithReplace ()
 
 testCacheControlDirectiveParsing ()
 
 testCacheControlDirectiveParsingQuotedZero ()
 
 testConstructor ()
 
 testContains ()
 
 testCount ()
 
 testGet ()
 
 testGetCacheControlHeader ()
 
 testGetDate ()
 
 testGetDateException ()
 
 testGetIterator ()
 
 testKeys ()
 
 testReplace ()
 
 testSetAssociativeArray ()
 
 testToStringNotNull ()
 
 testToStringNull ()
 

Detailed Description

Definition at line 17 of file HeaderBagTest.php.

Member Function Documentation

◆ testAll()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testAll ( )

Definition at line 68 of file HeaderBagTest.php.

◆ testCacheControlClone()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testCacheControlClone ( )

Definition at line 175 of file HeaderBagTest.php.

◆ testCacheControlDirectiveAccessors()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testCacheControlDirectiveAccessors ( )

Definition at line 126 of file HeaderBagTest.php.

◆ testCacheControlDirectiveOverrideWithReplace()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testCacheControlDirectiveOverrideWithReplace ( )

Definition at line 164 of file HeaderBagTest.php.

◆ testCacheControlDirectiveParsing()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testCacheControlDirectiveParsing ( )

Definition at line 144 of file HeaderBagTest.php.

◆ testCacheControlDirectiveParsingQuotedZero()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testCacheControlDirectiveParsingQuotedZero ( )

Definition at line 157 of file HeaderBagTest.php.

◆ testConstructor()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testConstructor ( )

Definition at line 19 of file HeaderBagTest.php.

◆ testContains()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testContains ( )

Definition at line 111 of file HeaderBagTest.php.

◆ testCount()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testCount ( )

Definition at line 198 of file HeaderBagTest.php.

◆ testGet()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testGet ( )

Definition at line 86 of file HeaderBagTest.php.

◆ testGetCacheControlHeader()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testGetCacheControlHeader ( )

Definition at line 60 of file HeaderBagTest.php.

◆ testGetDate()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testGetDate ( )

Definition at line 44 of file HeaderBagTest.php.

◆ testGetDateException()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testGetDateException ( )

@expectedException \RuntimeException

Definition at line 54 of file HeaderBagTest.php.

◆ testGetIterator()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testGetIterator ( )

Definition at line 184 of file HeaderBagTest.php.

◆ testKeys()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testKeys ( )

Definition at line 37 of file HeaderBagTest.php.

◆ testReplace()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testReplace ( )

Definition at line 77 of file HeaderBagTest.php.

◆ testSetAssociativeArray()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testSetAssociativeArray ( )

Definition at line 103 of file HeaderBagTest.php.

◆ testToStringNotNull()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testToStringNotNull ( )

Definition at line 31 of file HeaderBagTest.php.

◆ testToStringNull()

Symfony\Component\HttpFoundation\Tests\HeaderBagTest::testToStringNull ( )

Definition at line 25 of file HeaderBagTest.php.


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