text() 공개 정적인 메소드

public static text ( $text, $options = [] )
예제 #1
0
 public function test_text()
 {
     $result = Uploader::text("hello world");
     $this->assertGreaterThan(1, $result["width"]);
     $this->assertGreaterThan(1, $result["height"]);
 }