1
0
Fork 0
pull/10086/head
Jordi Boggiano 2021-08-29 20:10:24 +02:00
parent 024f0eda53
commit f4e2b389a1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class RemoteFilesystemTest extends TestCase
$this->setAttribute($fs, 'progress', true); $this->setAttribute($fs, 'progress', true);
$this->callCallbackGet($fs, STREAM_NOTIFY_PROGRESS, 0, '', 0, 10, 20); $this->callCallbackGet($fs, STREAM_NOTIFY_PROGRESS, 0, '', 0, 10, 20);
$this->assertAttributeEqualsCustom(50.0, 'lastProgress', $fs); $this->assertAttributeEqualsCustom(50, 'lastProgress', $fs);
} }
public function testCallbackGetPassesThrough404() public function testCallbackGetPassesThrough404()