1
0
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:
Marc Alexander 2021-10-17 13:21:35 +02:00
parent 056fb494b1
commit 4d966d1762
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
4 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -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);
}
}