From c0a64e0cba04293452e919313974745f9dbc6e6c Mon Sep 17 00:00:00 2001 From: Raghubansh Kumar Date: Fri, 14 Sep 2007 14:28:42 +0000 Subject: [PATCH] better comments --- ext/standard/tests/file/wordwrap_error.phpt | 4 ---- ext/standard/tests/file/wordwrap_variation3.phpt | 7 +++---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/ext/standard/tests/file/wordwrap_error.phpt b/ext/standard/tests/file/wordwrap_error.phpt index 662b52f6c5..f3b941f024 100644 --- a/ext/standard/tests/file/wordwrap_error.phpt +++ b/ext/standard/tests/file/wordwrap_error.phpt @@ -7,10 +7,6 @@ Test wordwrap() function : error conditions * Source code: ext/standard/string.c */ -// -// add comment here to indicate details of what this testcase is testing in particular -// - echo "*** Testing wordwrap() : error conditions ***\n"; // Zero argument diff --git a/ext/standard/tests/file/wordwrap_variation3.phpt b/ext/standard/tests/file/wordwrap_variation3.phpt index 55e69a925e..2aab85b30b 100644 --- a/ext/standard/tests/file/wordwrap_variation3.phpt +++ b/ext/standard/tests/file/wordwrap_variation3.phpt @@ -8,10 +8,9 @@ Test wordwrap() function : usage variations - unexptected values for break argu * Source code: ext/standard/string.c */ -// -// add comment here to indicate details of what this testcase is testing in particular -// - +/* + * test wordwrap by passing different values for break argument +*/ echo "*** Testing wordwrap() : usage variations ***\n"; // initialize all required variables $str = 'testing wordwrap function'; -- 2.50.1