diff options
author | Matt Friedman <maf675@gmail.com> | 2014-07-27 23:03:43 -0500 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-07-27 23:03:43 -0500 |
commit | 6576e0eb88908b40174dd64cbcb6842011afd91e (patch) | |
tree | 6ad86826dcd109ca5e4441f8350b3f0b1e774644 /tests/functions | |
parent | 056584680b4603e93c5e428a1177b09fbea88f30 (diff) | |
download | forums-6576e0eb88908b40174dd64cbcb6842011afd91e.tar forums-6576e0eb88908b40174dd64cbcb6842011afd91e.tar.gz forums-6576e0eb88908b40174dd64cbcb6842011afd91e.tar.bz2 forums-6576e0eb88908b40174dd64cbcb6842011afd91e.tar.xz forums-6576e0eb88908b40174dd64cbcb6842011afd91e.zip |
[ticket/12841] Update comments in tests making after default
PHPBB3-12841
Diffstat (limited to 'tests/functions')
-rw-r--r-- | tests/functions/insert_config_array_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/insert_config_array_test.php b/tests/functions/insert_config_array_test.php index 8034ce982d..e0ea3428b8 100644 --- a/tests/functions/insert_config_array_test.php +++ b/tests/functions/insert_config_array_test.php @@ -92,7 +92,7 @@ class phpbb_functions_insert_config_array_test extends phpbb_test_case 'acp_config_5' => array(), ), ), - array( // When before|after is not used correctly (defaults to before) + array( // When after|before is not used correctly (defaults to before) array('new_config_1' => array()), array('foobar' => 'acp_config_1'), array( |