diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-05-19 11:16:37 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-19 11:16:37 +0200 |
commit | 2cc78b2c3b4e918710478f861c1441a3e28c9ad4 (patch) | |
tree | 42ea97d6ca93dd4e4f31440765dc1d3de0619fd3 /tests/functional | |
parent | e67c5850e450d26b7cfeb1e9372a37afa2a7ae1d (diff) | |
download | forums-2cc78b2c3b4e918710478f861c1441a3e28c9ad4.tar forums-2cc78b2c3b4e918710478f861c1441a3e28c9ad4.tar.gz forums-2cc78b2c3b4e918710478f861c1441a3e28c9ad4.tar.bz2 forums-2cc78b2c3b4e918710478f861c1441a3e28c9ad4.tar.xz forums-2cc78b2c3b4e918710478f861c1441a3e28c9ad4.zip |
[ticket/11530] Fixed test description [ci skip]
PHPBB3-11530
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/posting_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/posting_test.php b/tests/functional/posting_test.php index 080ada5bb0..5c083aef37 100644 --- a/tests/functional/posting_test.php +++ b/tests/functional/posting_test.php @@ -100,7 +100,7 @@ class phpbb_functional_posting_test extends phpbb_functional_test_case } /** - * @testdox max_quote_depth is applied to the text populating the posting form + * @testdox max_quote_depth is applied to the submitted text */ public function test_quote_depth_submit() { |