示例#1
0
 public function test_text()
 {
     $result = Cloudinary\Uploader::text("hello world");
     $this->assertGreaterThan(1, $result["width"]);
     $this->assertGreaterThan(1, $result["height"]);
 }