mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
fix tests for 7.3
This commit is contained in:
parent
64792818d3
commit
0181f87246
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ class RetryWrapperTest extends WrapperTest {
|
|||
public function testFailedWrite() {
|
||||
$source = fopen('php://temp', 'w');
|
||||
$wrapped = \Icewind\Streams\RetryWrapper::wrap(FailWrapper::wrap($source));
|
||||
$this->assertFalse(fwrite($wrapped, 'foo'));
|
||||
$this->assertFalse((bool)fwrite($wrapped, 'foo'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue