|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| provideFromStringData () | |
| provideToStringData () | |
| testAttribute () | |
| testFromString ($string, $value, array $attributes) | |
| testQuality () | |
| testToString ($value, array $attributes, $string) | |
| testValue () | |
Definition at line 17 of file AcceptHeaderItemTest.php.
| Symfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest::provideFromStringData | ( | ) |
Definition at line 29 of file AcceptHeaderItemTest.php.
| Symfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest::provideToStringData | ( | ) |
Definition at line 60 of file AcceptHeaderItemTest.php.
| Symfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest::testAttribute | ( | ) |
Definition at line 99 of file AcceptHeaderItemTest.php.
| Symfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest::testFromString | ( | $string, | |
| $value, | |||
| array | $attributes | ||
| ) |
@dataProvider provideFromStringData
Definition at line 22 of file AcceptHeaderItemTest.php.
References Symfony\Component\HttpFoundation\AcceptHeaderItem\fromString().
| Symfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest::testQuality | ( | ) |
Definition at line 86 of file AcceptHeaderItemTest.php.
| Symfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest::testToString | ( | $value, | |
| array | $attributes, | ||
| $string | |||
| ) |
@dataProvider provideToStringData
Definition at line 54 of file AcceptHeaderItemTest.php.
| Symfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest::testValue | ( | ) |
Definition at line 74 of file AcceptHeaderItemTest.php.