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