mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12697] Delete cached extension schema.json files after testing
This commit is contained in:
commit
e8ab145396
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