aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tree
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-04-30 18:24:54 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-04-30 18:24:54 +0200
commit2f54a63b0fb998c84730e21a3af4150281c22cab (patch)
tree15d09cc72fdd45fe3c53deb25016225fc1de6bc6 /tests/tree
parent98e6207c35910bf9761433e62ca5fe5af3459873 (diff)
downloadforums-2f54a63b0fb998c84730e21a3af4150281c22cab.tar
forums-2f54a63b0fb998c84730e21a3af4150281c22cab.tar.gz
forums-2f54a63b0fb998c84730e21a3af4150281c22cab.tar.bz2
forums-2f54a63b0fb998c84730e21a3af4150281c22cab.tar.xz
forums-2f54a63b0fb998c84730e21a3af4150281c22cab.zip
[ticket/11495] Fix more grammar issues in doc blocks
PHPBB3-11495
Diffstat (limited to 'tests/tree')
-rw-r--r--tests/tree/nestedset_forum_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tree/nestedset_forum_base.php b/tests/tree/nestedset_forum_base.php
index b9d42fb51d..776e822280 100644
--- a/tests/tree/nestedset_forum_base.php
+++ b/tests/tree/nestedset_forum_base.php
@@ -34,7 +34,7 @@ class phpbb_tests_tree_nestedset_forum_base extends phpbb_database_test_case
10 => array('forum_id' => 10, 'parent_id' => 9, 'user_id' => 0, 'left_id' => 17, 'right_id' => 18, 'forum_parents' => 'a:0:{}'),
11 => array('forum_id' => 11, 'parent_id' => 7, 'user_id' => 0, 'left_id' => 20, 'right_id' => 21, 'forum_parents' => 'a:0:{}'),
- // Unexisting forums
+ // Non-existent forums
0 => array('forum_id' => 0, 'parent_id' => 0, 'user_id' => 0, 'left_id' => 0, 'right_id' => 0, 'forum_parents' => 'a:0:{}'),
200 => array('forum_id' => 200, 'parent_id' => 0, 'user_id' => 0, 'left_id' => 0, 'right_id' => 0, 'forum_parents' => 'a:0:{}'),
);