mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02: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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user