|
@@ -52,7 +52,7 @@ class TestController extends BaseController
|
|
|
$c = new Converter(null, [
|
|
$c = new Converter(null, [
|
|
|
"fmt" => "png",
|
|
"fmt" => "png",
|
|
|
"in" => "http://www.wixhb.com/",
|
|
"in" => "http://www.wixhb.com/",
|
|
|
- "out" => "test.png"
|
|
|
|
|
|
|
+ "out" => "/tmp/test.png"
|
|
|
]);
|
|
]);
|
|
|
$c->convert();
|
|
$c->convert();
|
|
|
}
|
|
}
|