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.
1 parent f5fc553 commit 4befaa6Copy full SHA for 4befaa6
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