text() public static méthode

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