50000000, 'cpuLimit' => 30, 'allowEnvFuncs' => true, ); function newEngine( $opts = array() ) { $opts = $opts + $this->stdOpts; return new Scribunto_LuaSandboxEngine( $opts ); } function getTestModules() { return parent::getTestModules() + array( 'SandboxTests' => dirname( __FILE__ ) . '/SandboxTests.lua' ); } }