Skip to content

Commit

Permalink
Test to fail if Cert file is unreadable
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Apr 23, 2015
1 parent acabf50 commit 7914ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/Network/Http/Adapter/StreamTest.php
Expand Up @@ -171,6 +171,7 @@ public function testSendContextSsl()
foreach ($expected as $k => $v) {
$this->assertEquals($v, $result[$k]);
}
$this->assertTrue(is_readable($result['cafile']));
}

/**
Expand Down

0 comments on commit 7914ae1

Please sign in to comment.