1 | <?php |
||
10 | class LocationTest extends PHPUnit_Framework_TestCase |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @covers Fracture\Http\Headers\Location::__construct |
||
15 | * @covers Fracture\Http\Headers\Location::prepare |
||
16 | * @covers Fracture\Http\Headers\Location::getParsedData |
||
17 | * |
||
18 | * @covers Fracture\Http\Headers\Location::extractData |
||
19 | */ |
||
20 | public function testEmptyInstance() |
||
30 | } |
||
31 |