mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Merge pull request #2580 from VSEphpbb/ticket/12697
[ticket/12697] Delete cached extension schema.json files after testing * VSEphpbb/ticket/12697: [ticket/12697] Delete cached extension schema.json files after testing
This commit is contained in:
commit
309aa1d8bf
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 !== '')
|
if (self::$schema_file !== '')
|
||||||
{
|
{
|
||||||
copy(self::$phpbb_schema_copy, self::$install_schema_file);
|
copy(self::$phpbb_schema_copy, self::$install_schema_file);
|
||||||
|
unlink(self::$schema_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
parent::tearDownAfterClass();
|
parent::tearDownAfterClass();
|
||||||
|
|
Loading…
Add table
Reference in a new issue