text() public static method

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