| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function testConnectUriFailed() |
||
| 32 | { |
||
| 33 | $testData = new TestData([ |
||
| 34 | 'uri' => 'ssl://127.0.0.1:442', |
||
| 35 | ]); |
||
| 36 | $connectionTest = new TestCase\Network\ConnectUri($testData); |
||
| 37 | $testResult = $connectionTest->getTestResult(); |
||
| 38 | |||
| 39 | $this->assertEquals(State::ERROR, $testResult->getState()); |
||
| 40 | } |
||
| 42 |