Skip to content

Commit

Permalink
Update StreamHandlerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed May 13, 2023
1 parent 40b9198 commit c7b8d64
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/Handler/StreamHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,18 +426,6 @@ public function testSetsCryptoMethodTls13()
self::assertSame(\STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT, $opts['http']['crypto_method']);
}

public function testEnsuresVerifyOptionIsValid()
{
$this->expectException(\InvalidArgumentException::class);
$this->expectExceptionMessage('Invalid verify request option');

$this->getSendResult(['crypto_method' => 123]);
}





public function testCanSetPasswordWhenSettingCert()
{
$path = __FILE__;
Expand Down

0 comments on commit c7b8d64

Please sign in to comment.