mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17176] Remove no longer needed backward compatible phpunit code
PHPBB3-17176
This commit is contained in:
@@ -528,7 +528,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
|
||||
$filename = 'file_not_found.html';
|
||||
|
||||
$this->template->set_filenames(array('test' => $filename));
|
||||
$this->assertFileNotExists($this->template_path . '/' . $filename, 'Testing missing file, file cannot exist');
|
||||
$this->assertFileDoesNotExist($this->template_path . '/' . $filename, 'Testing missing file, file cannot exist');
|
||||
|
||||
$this->expectException(\Twig\Error\LoaderError::class);
|
||||
|
||||
|
Reference in New Issue
Block a user