Example #1
0
 public function testEmptyArrayBuildQuery()
 {
     $s = HTTP_OAuth::buildHttpQuery(array());
     $this->assertEquals('', $s);
 }