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