mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12697] Delete cached extension schema.json files after testing
PHPBB3-12697
This commit is contained in:
parent
e1f371d14a
commit
be54b64893
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ abstract class phpbb_database_test_case extends PHPUnit_Extensions_Database_Test
|
|||
if (self::$schema_file !== '')
|
||||
{
|
||||
copy(self::$phpbb_schema_copy, self::$install_schema_file);
|
||||
unlink(self::$schema_file);
|
||||
}
|
||||
|
||||
parent::tearDownAfterClass();
|
||||
|
|
Loading…
Add table
Reference in a new issue