mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13508] Rename test files to fit in with current naming
PHPBB3-13508
This commit is contained in:
parent
056fb494b1
commit
4d966d1762
4 changed files with 2 additions and 2 deletions
|
@ -137,6 +137,6 @@ class phpbb_template_template_includecss_test extends phpbb_template_template_te
|
||||||
$this->template->assign_vars($vars);
|
$this->template->assign_vars($vars);
|
||||||
|
|
||||||
// Run test
|
// 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);
|
$this->template->assign_vars($vars);
|
||||||
|
|
||||||
// Run test
|
// 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…
Add table
Reference in a new issue