Search in sources :

Example 1 with JsoupExtension

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;
}
Also used : CompileScope(php.runtime.env.CompileScope) JsoupExtension(org.develnext.jphp.ext.jsoup.JsoupExtension)

Aggregations

JsoupExtension (org.develnext.jphp.ext.jsoup.JsoupExtension)1 CompileScope (php.runtime.env.CompileScope)1