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