diff options
author | David King <imkingdavid@gmail.com> | 2012-03-28 15:34:24 -0400 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-03-28 15:34:24 -0400 |
commit | 7c3ebcc3ff16950f76f857381222070c36a76fc3 (patch) | |
tree | 5cb6f83a4e69cd0e1079f99f1d74cfbeacb95e53 /tests/functional/extension_controller_test.php | |
parent | 56f75dbf93b0476f88c866abcae129fa3b61fc2c (diff) | |
download | forums-7c3ebcc3ff16950f76f857381222070c36a76fc3.tar forums-7c3ebcc3ff16950f76f857381222070c36a76fc3.tar.gz forums-7c3ebcc3ff16950f76f857381222070c36a76fc3.tar.bz2 forums-7c3ebcc3ff16950f76f857381222070c36a76fc3.tar.xz forums-7c3ebcc3ff16950f76f857381222070c36a76fc3.zip |
[ticket/10586] Added space in if statement
PHPBB3-10586
Diffstat (limited to 'tests/functional/extension_controller_test.php')
-rw-r--r-- | tests/functional/extension_controller_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/extension_controller_test.php b/tests/functional/extension_controller_test.php index 263d48c034..4ee0e68718 100644 --- a/tests/functional/extension_controller_test.php +++ b/tests/functional/extension_controller_test.php @@ -58,7 +58,7 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c foreach ($fixtures as $fixture) { - if(!copy("tests/functional/fixtures/ext/$fixture", "{$phpbb_root_path}ext/$fixture")) + if (!copy("tests/functional/fixtures/ext/$fixture", "{$phpbb_root_path}ext/$fixture")) { echo 'Could not copy file ' . $fixture; } |