We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5fc553 + 4befaa6 commit e5425bbCopy full SHA for e5425bb
tests/RsfTest.php
@@ -26,6 +26,6 @@ public function testListPrefix()
26
$this->assertFalse($markerOut === '');
27
28
list($items, $markerOut, $err) = Qiniu_RSF_ListPrefix($this->client, $this->bucket, $this->key);
29
- $this->assertLessThanOrEqual(1, count($items));
+ $this->assertLessThanOrEqual(count($items), 1);
30
}
31
0 commit comments