mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 04:30:29 +01:00
[ticket/13508] Rename test files to fit in with current naming
PHPBB3-13508
This commit is contained in:
parent
056fb494b1
commit
4d966d1762
@ -137,6 +137,6 @@ class phpbb_template_template_includecss_test extends phpbb_template_template_te
|
||||
$this->template->assign_vars($vars);
|
||||
|
||||
// Run test
|
||||
$this->run_template('include_css.html', array(), array(), array(), $expected);
|
||||
$this->run_template('includecss_twig.html', array(), array(), array(), $expected);
|
||||
}
|
||||
}
|
||||
|
@ -118,6 +118,6 @@ class phpbb_template_template_includejs_test extends phpbb_template_template_tes
|
||||
$this->template->assign_vars($vars);
|
||||
|
||||
// Run test
|
||||
$this->run_template('include_js.html', array_merge(array('PARENT' => 'parent_only.js', 'SUBDIR' => 'subdir', 'EXT' => 'js'), $vars), array(), array(), $expected);
|
||||
$this->run_template('includejs_twig.html', array_merge(array('PARENT' => 'parent_only.js', 'SUBDIR' => 'subdir', 'EXT' => 'js'), $vars), array(), array(), $expected);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user