main
Jordi Boggiano 3 years ago
parent 024f0eda53
commit f4e2b389a1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

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

Loading…
Cancel
Save