diff options
author | Fyorl <gaelreth@gmail.com> | 2012-08-14 11:14:38 +0100 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-08-28 09:34:01 +0100 |
commit | 94c9d7029809bce1ab8a70981f81dfb02a5b2a38 (patch) | |
tree | 870599dbaa17846fe868a7158962cbcc60b6b078 | |
parent | 83a532607761fa7c6de70bd114fe8d6bf5ba2983 (diff) | |
download | forums-94c9d7029809bce1ab8a70981f81dfb02a5b2a38.tar forums-94c9d7029809bce1ab8a70981f81dfb02a5b2a38.tar.gz forums-94c9d7029809bce1ab8a70981f81dfb02a5b2a38.tar.bz2 forums-94c9d7029809bce1ab8a70981f81dfb02a5b2a38.tar.xz forums-94c9d7029809bce1ab8a70981f81dfb02a5b2a38.zip |
[ticket/11045] Opening brace on its own line
PHPBB3-11045
-rw-r--r-- | tests/compress/compress_test.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compress/compress_test.php b/tests/compress/compress_test.php index c0e4e914e1..c9450f2e29 100644 --- a/tests/compress/compress_test.php +++ b/tests/compress/compress_test.php @@ -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); } } |