mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/17176] Remove no longer needed backward compatible phpunit code
PHPBB3-17176
This commit is contained in:
@@ -156,7 +156,7 @@ class phpbb_textformatter_s9e_factory_test extends phpbb_database_test_case
|
||||
$factory->tidy();
|
||||
|
||||
$this->assertFileExists($new_file, 'The current renderer has been deleted');
|
||||
$this->assertFileNotExists($old_file, 'The old renderer has not been deleted');
|
||||
$this->assertFileDoesNotExist($old_file, 'The old renderer has not been deleted');
|
||||
|
||||
unlink($new_file);
|
||||
}
|
||||
|
Reference in New Issue
Block a user