mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11045] Opening brace on its own line
PHPBB3-11045
This commit is contained in:
parent
83a5326077
commit
94c9d70298
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ class phpbb_compress_test extends phpbb_test_case
|
|||
|
||||
protected function tearDown()
|
||||
{
|
||||
foreach (array(__DIR__ . self::EXTRACT_DIR, __DIR__ . self::ARCHIVE_DIR) as $dir) {
|
||||
foreach (array(__DIR__ . self::EXTRACT_DIR, __DIR__ . self::ARCHIVE_DIR) as $dir)
|
||||
{
|
||||
$this->clear_dir($dir);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue