1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
This commit is contained in:
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

View file

@ -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()