| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 8 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | View Code Duplication | public function test301Redirect() |
|
| 26 | { |
||
| 27 | $stream = Psr7\stream_for('{"data" : "test"}'); |
||
| 28 | $response = new Response(301, ['Location' => 'https://comododecodecsr.tk'], $stream); |
||
| 29 | |||
| 30 | $test = $this->ComodoDecodeCSR->checkDVC($response); |
||
| 31 | $this->assertFalse($test, "Failed to check 301 redirect"); |
||
| 32 | } |
||
| 33 | |||
| 43 |