setup_engine(array('assets_version' => 1)); // Prepare correct result $scripts = array( '', '', '', '', '', '', ); // Run test $cache_file = $this->template->cachepath . 'includejs.html.php'; $this->run_template('includejs.html', array('PARENT' => 'parent_only.js', 'SUBDIR' => 'subdir', 'EXT' => 'js'), array(), array(), implode('', $scripts), $cache_file); } }