Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class ResponseIntegrationTest extends \Http\Psr7Test\ResponseIntegrationTest |
||
13 | { |
||
14 | protected $skippedTests = [ |
||
15 | 'testStatusCodeInvalidArgument' => 'Skipped, strict type implementation', |
||
16 | 'testWithHeaderInvalidArguments' => 'Skipped, strict type implementation', |
||
17 | 'testWithAddedHeaderInvalidArguments' => 'Skipped, strict type implementation', |
||
18 | ]; |
||
19 | |||
20 | /** |
||
21 | * @return ResponseInterface that is used in the tests |
||
22 | */ |
||
23 | public function createSubject() |
||
26 | } |
||
27 | |||
28 | protected function buildStream($data) |
||
33 |