1 | <?php |
||
10 | class ContentDispositionTest extends PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @covers Fracture\Http\Headers\ContentDisposition::__construct |
||
15 | * @covers Fracture\Http\Headers\ContentDisposition::prepare |
||
16 | * @covers Fracture\Http\Headers\ContentDisposition::extractData |
||
17 | * @covers Fracture\Http\Headers\ContentDisposition::getAttribute |
||
18 | */ |
||
19 | public function testParsingSimpleEntry() |
||
27 | |||
28 | |||
29 | /** |
||
30 | * @covers Fracture\Http\Headers\ContentDisposition::__construct |
||
31 | * @covers Fracture\Http\Headers\ContentDisposition::prepare |
||
32 | * @covers Fracture\Http\Headers\ContentDisposition::extractData |
||
33 | * @covers Fracture\Http\Headers\ContentDisposition::getAttribute |
||
34 | */ |
||
35 | public function testFileUploadEntry() |
||
43 | |||
44 | |||
45 | /** |
||
46 | * @covers Fracture\Http\Headers\ContentDisposition::__construct |
||
47 | * @covers Fracture\Http\Headers\ContentDisposition::getName |
||
48 | */ |
||
49 | public function testGivenName() |
||
54 | } |
||
55 |