use of org.develnext.jphp.ext.jsoup.JsoupExtension in project jphp by jphp-compiler.
the class JsoupJvmTestCase method newScope.
@Override
protected CompileScope newScope() {
CompileScope scope = super.newScope();
scope.registerExtension(new JsoupExtension());
return scope;
}
Aggregations