| Marcus Boerger 2006-07-09, 7:56 am |
| helly Sun Jul 9 12:45:53 2006 UTC
Modified files:
/qaweb write-test.php
Log:
- Wording
http://cvs.php.net/viewvc.cgi/qaweb...6&diff_format=u
Index: qaweb/write-test.php
diff -u qaweb/write-test.php:1.5 qaweb/write-test.php:1.6
--- qaweb/write-test.php:1.5 Sun Jul 9 11:27:41 2006
+++ qaweb/write-test.php Sun Jul 9 12:45:53 2006
@@ -3,7 +3,7 @@
$TITLE = "Writing Tests [PHP-QAT: Quality Assurance Team]";
$SITE_UPDATE = date("D M d H:i:s Y T", filectime($SCRIPT_FILENAME));
-/* $Id: write-test.php,v 1.5 2006/07/09 11:27:41 helly Exp $ */
+/* $Id: write-test.php,v 1.6 2006/07/09 12:45:53 helly Exp $ */
common_header();
?>
@@ -218,7 +218,7 @@
</p>
<p>Redirect tests may especially contain --SKIPIF--, --ENV-- and --ARGS--
-sections but they no not use and --EXPECT-- section.
+sections but they no not use any --EXPECT-- section.
</p>
<p>The redirected tests themselves are just normal tests.
|