mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix test
This commit is contained in:
parent
024f0eda53
commit
f4e2b389a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue