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